mirror of
https://github.com/actions/runner.git
synced 2026-01-14 07:18:22 +08:00
fix: update label from "dependency" to "dependencies" to be consistent with dependabot
This commit is contained in:
2
.github/workflows/npm-audit.yml
vendored
2
.github/workflows/npm-audit.yml
vendored
@@ -125,7 +125,7 @@ jobs:
|
||||
# Create PR
|
||||
gh pr create -B main -H "$branch_name" \
|
||||
--title "chore: npm audit fix for hashFiles dependencies" \
|
||||
--label "dependency" \
|
||||
--label "dependencies" \
|
||||
--body-file pr_body.txt
|
||||
else
|
||||
echo "✅ No changes to commit - npm audit fix did not modify any files"
|
||||
|
||||
Reference in New Issue
Block a user