We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba893d4 commit 5b63756Copy full SHA for 5b63756
.github/workflows/dependency-update.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
46
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
47
- gh pr edit ${{ steps.cpr.outputs.pull-request-number }} --add-label "scripts"
+ gh pr edit ${{ steps.cpr.outputs.pull-request-number }} --add-label "dependencies"
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
PULL_REQUEST: ${{ steps.cpr.outputs.pull-request-url }}
0 commit comments