Skip to content

Commit

Permalink
chore: remove label before submitting (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored Apr 24, 2024
1 parent 7def8ff commit 774c7e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,20 @@ 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
with:
commit_message: Update WPT expectations
commit_options: -n --signoff
commit_user_name: Browser Automation Bot
commit_user_email: [email protected]
commit_author: Browser Automation Bot <[email protected]>
file_pattern: 'wpt-metadata/**/*.ini'

wpt:
Expand Down

0 comments on commit 774c7e8

Please sign in to comment.