We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f656aa5 commit 431bc68Copy full SHA for 431bc68
.github/workflows/action.yaml
@@ -1,9 +1,4 @@
1
name: 'Check pull request description checkbox'
2
-description: 'Validate if a specific checkbox in a pull request description is checked or not.'
3
-
4
-branding:
5
- icon: 'award'
6
- color: 'green'
7
8
on:
9
pull_request:
action.yaml
@@ -1,4 +1,10 @@
name: Check pull request description checkbox
+description: 'Validate if a specific checkbox in a pull request description is checked or not.'
+
+branding:
+ icon: 'award'
+ color: 'green'
10
types: [opened, synchronize, edited]
0 commit comments