Skip to content

Commit 8edc921

Browse files
committed
Clarify the workflow is for PR label check
1 parent 0cbf1b0 commit 8edc921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-required-label.yml renamed to .github/workflows/check-required-pr-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Check Required Labels
1+
name: Check Required PR Labels
22

33
on:
44
pull_request:
55
types: [opened, labeled, unlabeled]
66

77
jobs:
8-
check-required-label:
8+
check-required-pr-label:
99
runs-on: ubuntu-latest
1010
if: github.ref != 'refs/heads/master'
1111
steps:

0 commit comments

Comments
 (0)