Skip to content

Commit 8de607d

Browse files
authored
Break out impact label workflow (#293)
1 parent 2378970 commit 8de607d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

35-
- name: PR impact specified
35+
impact:
36+
name: Impact specified
37+
runs-on: ubuntu-latest
38+
steps:
39+
- name: "`impact` label specified"
3640
uses: mheap/github-action-required-labels@v4
3741
with:
3842
mode: "exactly"

0 commit comments

Comments
 (0)