diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 40c85416..9d202140 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index e7b44bcb..12bb584f 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index 7f8ae152..635a8b18 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -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: