Skip to content

Commit

Permalink
gha: update label (#1254)
Browse files Browse the repository at this point in the history
* gha: update label

* aded changelog news fragment
  • Loading branch information
bjlittle authored Dec 24, 2024
1 parent e12fe00 commit cae49db
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions changelog/1254.contributor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated the ``ci-label`` :fab:`github` Action to migrate from ``nep-29`` to
``spec-0``. (:user:`bjlittle`)

0 comments on commit cae49db

Please sign in to comment.