Skip to content

Commit

Permalink
dependabot is dependabot[bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTranquilla committed Apr 19, 2024
1 parent 42322b0 commit 57e5144
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Coverage Upload Action Changelog

## 2.1.1 (April 19, 2024)

- Updated default ignoredUsers to dependabot[bot]

## 2.1.0 (April 9, 2024)

- Added optional input ignoredUsers. ignoredUsers is a comma separated string of authors which will not run this action. Defaulted to just 'dependabot'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: false
ignoredUsers:
description: 'disable action to run on specified users PRs'
default: 'dependabot'
default: 'dependabot[bot]'
required: false
runs:
using: 'node16'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coverage-upload-action",
"version": "2.1.0",
"version": "2.1.1",
"description": "Parses coverage file and uploads to remote endpoint",
"author": "Neo Financial Engineering",
"license": "MIT",
Expand Down

0 comments on commit 57e5144

Please sign in to comment.