fix: update label from "dependency" to "dependencies" to be consistent with dependabot

This commit is contained in:
Salman Muin Kayser Chishti
2025-09-11 19:25:29 +01:00
parent f9c4e17fd9
commit f9227a2561
4 changed files with 4 additions and 4 deletions

View File

@@ -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"