From 1b2808a2f29511d63d0c9ea59f337c992fdff4fd Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Wed, 24 Apr 2024 14:58:34 +0200 Subject: [PATCH] chore: remove label before submitting --- .github/workflows/wpt.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 8b87973f4f..4417451335 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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