Skip to content

Commit

Permalink
Rebuild dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoslen committed Feb 2, 2024
1 parent 96c09a3 commit be16ded
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coverage/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/dependabot-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export async function run(): Promise<void> {
const payload = github.context.payload

if (label !== '' && label !== 'dependabot') {
core.warning('`activationLabel` is deprecated, use `activationLabels` instead')
core.warning(
'`activationLabel` is deprecated, use `activationLabels` instead'
)
}

const labels = parseLabels(labelsString)
Expand Down

0 comments on commit be16ded

Please sign in to comment.