Skip to content

Commit

Permalink
gha: update label
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 24, 2024
1 parent 2cf6e10 commit c451577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
labels: 'type: examples'

- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
if: startsWith(github.event.pull_request.head.ref, 'nep') || startsWith(github.event.pull_request.head.ref, 'nep29')
if: startsWith(github.event.pull_request.head.ref, 'spec') || startsWith(github.event.pull_request.head.ref, 'spec0')
with:
github_token: ${{ github.token }}
labels: 'type: nep-29'
labels: 'type: spec-0'

- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
if: startsWith(github.event.pull_request.head.ref, 'perf') || startsWith(github.event.pull_request.head.ref, 'performance')
Expand Down

0 comments on commit c451577

Please sign in to comment.