Skip to content

Commit 48d46fe

Browse files
authored
Update Description and Name
1 parent 21d741f commit 48d46fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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.
1+
name: PR Label Checker
2+
description: This GitHub Action checks if labels are attached to a PR and fails if any of configured listed labels are not present.
33
branding:
4-
icon: 'tag'
5-
color: 'gray-dark'
4+
icon: 'check-circle'
5+
color: 'green'
66

77
on:
88
pull_request:

0 commit comments

Comments
 (0)