Skip to content

Commit

Permalink
fix(ci): add creds to dependabots label editing (#3086)
Browse files Browse the repository at this point in the history
Continuation of #2918

Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen authored Oct 22, 2024
1 parent e27e703 commit 9939c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Add a label for all production dependencies
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{github.event.pull_request.html_url}}
if: steps.metadata.outputs.dependency-type == 'direct:production'
run: gh pr edit "$PR_URL" --add-label "production"

0 comments on commit 9939c37

Please sign in to comment.