We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0522b commit f656aa5Copy full SHA for f656aa5
.github/workflows/action.yaml
@@ -1,4 +1,10 @@
1
-name: Check pull request description checkbox
+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:
10
types: [opened, synchronize, edited]
0 commit comments