From bcec9c130891655c726eb76cb671eb6774a46eed Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Thu, 26 Sep 2024 17:27:56 +0200 Subject: [PATCH] chore(ci): Remove unnecessary Percy label CI check --- .github/workflows/pr-labels.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/pr-labels.yml diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml deleted file mode 100644 index 5d31f2d80..000000000 --- a/.github/workflows/pr-labels.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: PR Percy Review Label Required -on: - pull_request_target: - types: [opened, labeled, unlabeled, synchronize] -jobs: - label: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: mheap/github-action-required-labels@v5 - with: - mode: exactly - count: 1 - labels: "Review: Percy +1" - add_comment: true - message: | - This PR is being prevented from merging because it needs to be reviewed on Percy. - - Go to [Percy](https://percy.io/bb49709b/react-components), find the build relevant to this PR and check if it looks as expected. - - Once it's approved, add the label `Review: Percy +1` to this PR.