Skip to content

Commit 1da9ed3

Browse files
committed
Updates checklists
1 parent 2ec513c commit 1da9ed3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

{{ cookiecutter.__github_folder }}/_/workflows/cpp/cpp-unit-test-action-checklist.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ it to the remote repository.
1212
(defaults to *ubuntu-22.04*, hosted by GH).
1313
- [ ] The credentials for acquiring the Docker image(if needed) have been configured via secrets
1414
and required section in action file uncommented.
15+
16+
In GitHub's repository settings >> Branches >> Branch protection rules >> Enable 'Require status
17+
checks to pass before merging'.

{{ cookiecutter.__github_folder }}/_/workflows/python/python-unit-test-action-checklist.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ it to the remote repository.
1010
- [ ] The target test directory where tests live has been defined (defaults to *tests*).
1111
- [ ] The target runner(s) in which to run the CI Unit Testing workflow have been configured
1212
(defaults to *ubuntu-22.04*, hosted by GH).
13+
14+
Note that, for a PR to be blocked if Unit Testing action fails, status checks must be enabled on the
15+
target branch.
16+
17+
In GitHub's repository settings >> Branches >> Branch protection rules >> Enable 'Require status
18+
checks to pass before merging'.

0 commit comments

Comments
 (0)