Skip to content

Commit 431bc68

Browse files
authored
main (#9)
1 parent f656aa5 commit 431bc68

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
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'
72

83
on:
94
pull_request:

action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
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+
28
on:
39
pull_request:
410
types: [opened, synchronize, edited]

0 commit comments

Comments
 (0)