We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d741f commit 48d46feCopy full SHA for 48d46fe
action.yml
@@ -1,8 +1,8 @@
1
-name: Force Labels
2
-description: Will check for labels attached to the PR and fail if one of the labels in the list are missing.
+name: PR Label Checker
+description: This GitHub Action checks if labels are attached to a PR and fails if any of configured listed labels are not present.
3
branding:
4
- icon: 'tag'
5
- color: 'gray-dark'
+ icon: 'check-circle'
+ color: 'green'
6
7
on:
8
pull_request:
0 commit comments