Skip to content

Commit

Permalink
ci: try adding the puppeteer label last (#2910)
Browse files Browse the repository at this point in the history
Some race condition in GitHub Actions seems to prevent the Puppeteer
workflow from detecting the Puppeteer label after the Puppeteer-Required
label was added. Let us try to change the order
  • Loading branch information
OrKoN authored Dec 18, 2024
1 parent 62c3005 commit 9af9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
pull-requests: write
steps:
- run: gh pr edit "$NUMBER" --add-label "puppeteer" --add-label "puppeteer-required"
- run: gh pr edit "$NUMBER" --add-label "puppeteer-required" --add-label "puppeteer"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit 9af9e0f

Please sign in to comment.