Skip to content

Commit

Permalink
CI: Switch to fork to support node 16 (#50702)
Browse files Browse the repository at this point in the history
Switching to a [forked
version](getsentry/action-add-labels@54d0cba)
of the action-add-labels as the author of the upstream project doesn't
seem responsive on updating to Node 16. This is important as Node 12 is
deprecated and the use of Node 16 will be enforced as of June 14th
(https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12/)
  • Loading branch information
IanWoodard authored Jun 12, 2023
1 parent 9ba3978 commit c61525f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
filters: .github/file-filters.yml

- name: Add frontend label
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
uses: getsentry/action-add-labels@54d0cba498c1eaf8bd34985d715504d1b6e2935f
if: steps.changes.outputs.frontend_src == 'true'
with:
labels: 'Scope: Frontend'

- name: Add backend label
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
uses: getsentry/action-add-labels@54d0cba498c1eaf8bd34985d715504d1b6e2935f
if: steps.changes.outputs.backend_src == 'true'
with:
labels: 'Scope: Backend'
Expand Down

0 comments on commit c61525f

Please sign in to comment.