mirror of
https://github.com/actions/runner.git
synced 2026-01-12 05:31:58 +08:00
fix: update label from "dependency" to "dependencies" to be consistent with dependabot
This commit is contained in:
2
.github/workflows/node-upgrade.yml
vendored
2
.github/workflows/node-upgrade.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
# Create PR
|
||||
gh pr create -B main -H "$branch_name" \
|
||||
--title "chore: update Node versions" \
|
||||
--label "dependency" \
|
||||
--label "dependencies" \
|
||||
--body-file pr_body.txt
|
||||
|
||||
echo "::notice title=PR Created::Successfully created Node.js version update PR on branch $branch_name"
|
||||
|
||||
Reference in New Issue
Block a user