Skip to content

Commit 4bfc34c

Browse files
committed
chore: don't require the checkboxes be checked
Signed-off-by: jmeridth <[email protected]>
1 parent a84530a commit 4bfc34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/new_action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ body:
1818
description: Items that need to be completed along with the creation of the new App or Action (to be filled out later when the action is being developed)
1919
options:
2020
- label: Update [GitHub Actions section of README](https://github.com/github/github-ospo?tab=readme-ov-file#tools-created-by-github-ospo) linking to the new App or Action
21-
required: true
21+
required: false
2222
- label: Write a blog post on [GitHub Blog](https://github.blog/) about the new App or Action
23-
required: true
23+
required: false
2424
- label: Add App or Action to [todogroup/awesome-ospo](https://github.com/todogroup/awesome-ospo) via pull request
25-
required: true
25+
required: false

0 commit comments

Comments
 (0)