Skip to content

Commit

Permalink
Update templates for current Actions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Nov 27, 2023
1 parent 6785024 commit 74d97fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Do not edit this file manually.
# Execute the script called codeowners_creator.py to generate it.


calculate-sha256sum@rcalixte/* @rcalixte
send-as-attachment@rcalixte/* @rcalixte
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ body:
- attributes:
default: 0
label: Action name and maintainer
options: []
options:
- calculate-sha256sum@rcalixte @rcalixte
- send-as-attachment@rcalixte @rcalixte
id: action
type: dropdown
validations:
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ body:
- attributes:
default: 0
label: Action name and maintainer
options: []
options:
- calculate-sha256sum@rcalixte @rcalixte
- send-as-attachment@rcalixte @rcalixte
id: action
type: dropdown
validations:
Expand Down

0 comments on commit 74d97fd

Please sign in to comment.