Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltt7 authored Oct 25, 2024
1 parent a557dfe commit e7b69a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
uses: dependabot/[email protected]
with:
skip-verification: true
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Add labels
run:
gh pr edit ${{ github.event.pull_request.number }} --add-label
"${{steps.metadata.outputs.dependency-type}},
${{steps.metadata.outputs.update-type}}"
"${{steps.metadata.outputs.dependency-type}},${{steps.metadata.outputs.update-type}}"
env:
GITHUB_TOKEN: ${{secrets.TOKEN}}

0 comments on commit e7b69a1

Please sign in to comment.