diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 8b87973f4..94ef41ab4 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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: browser-automation-bot@google.com + commit_author: Browser Automation Bot file_pattern: 'wpt-metadata/**/*.ini' wpt: