Skip to content

Commit

Permalink
Change CI branch's name in the PR template
Browse files Browse the repository at this point in the history
Since we did another reset, we can go back to using the original name
which is more straightforward. While at it, I also removed the
extraneous space in "- branch" and shortened the line length to be less
than 72 characters.
  • Loading branch information
gnn committed Apr 10, 2022
1 parent 7f37c00 commit 8bd64ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Fixes # .
- [ ] the `CHANGELOG.rst` was updated.
- [ ] new and adjusted code is formated using `black` and `isort`.
- [ ] the `Dataset`-version is updated when existing datasets are adjusted.
- [ ] the branch was merged into the `continuous-integration/run-everything-over-the-weekend-v2`- branch.
- [ ] the branch was merged into the
`continuous-integration/run-everything-over-the-weekend`-branch.
- [ ] the workflow is running successful in `test mode`.
- [ ] the workflow is running successful in `Everything` mode.

0 comments on commit 8bd64ee

Please sign in to comment.