Skip to content

Commit

Permalink
chore(actions): remove "do not merge" label check since it has been r…
Browse files Browse the repository at this point in the history
…emoved in favor of Draft PR
  • Loading branch information
dndx authored Dec 28, 2023
1 parent 45ff701 commit 65c2fe5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: do-not-merge label found
run: echo "do-not-merge label found, this PR will not be merged"; exit 1
if: ${{ contains(github.event.*.labels.*.name, 'pr/do not merge') || contains(github.event.*.labels.*.name, 'DO NOT MERGE') }}
- name: backport master label found
run: echo "Please do not backport into master, instead, create a PR targeting master and backport from it instead."; exit 1
if: ${{ contains(github.event.*.labels.*.name, 'backport master') }}

0 comments on commit 65c2fe5

Please sign in to comment.