We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f29d0 commit 3fc7f04Copy full SHA for 3fc7f04
.github/workflows/require-pr-label.yml
@@ -40,22 +40,3 @@ jobs:
40
labels: |
41
awaiting changes
42
awaiting change review
43
- - id: is-feature
44
- name: Check whether this PR is a feature (contains a "type-feature" label)
45
- uses: mheap/github-action-required-labels@v5
46
- with:
47
- mode: exactly
48
- count: 1
49
- labels: |
50
- type-feature
51
- exit_type: success # don't fail the check if the PR is not a feature, just record the result
52
- # In case of a feature PR, check for a complete review (contains an "awaiting merge" label).
53
- - id: awaiting-merge
54
- if: steps.is-feature.outputs.status == 'success'
55
- name: Check for complete review
56
57
58
59
60
61
- awaiting merge
0 commit comments