Skip to content

Commit

Permalink
Drop the hashicorp-submitted constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Jun 3, 2024
1 parent e38b827 commit 787d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/do-not-merge-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# checks that a do-not-merge label is not present for a PR
do-not-merge-check:
# If there is a `do-not-merge` label, or this comes from a fork (community contributor) we ignore this check
if: ${{ (github.repository_owner == 'hashicorp' && contains(github.event.pull_request.labels.*.name, 'do-not-merge')) }}
if: ${{ contains(github.event.pull_request.labels.*.name, 'do-not-merge') }}
runs-on: ubuntu-latest
steps:
- name: Fail if do-not-merge label is applied
Expand Down

0 comments on commit 787d262

Please sign in to comment.