Skip to content

Commit 3fc7f04

Browse files
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent f0f29d0 commit 3fc7f04

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/require-pr-label.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,3 @@ jobs:
4040
labels: |
4141
awaiting changes
4242
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-
uses: mheap/github-action-required-labels@v5
57-
with:
58-
mode: exactly
59-
count: 1
60-
labels: |
61-
awaiting merge

0 commit comments

Comments
 (0)