Skip to content

Commit

Permalink
chore: remove label before submitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Apr 24, 2024
1 parent 7def8ff commit 1b2808a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
with:
name: mapper-headless-wpt-metadata
path: wpt-metadata/mapper/headless
- run: gh pr edit "$NUMBER" --remove-label "puppeteer"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
- name: Auto-commit WPT expectations
if: success() || failure()
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
Expand Down

0 comments on commit 1b2808a

Please sign in to comment.