File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ labels: "bug"
1111
1212- [ ] I have confirmed this bug exists on the latest version of pytask.
1313
14- - [ ] (optional) I have confirmed this bug exists on the master branch of pytask.
14+ - [ ] (optional) I have confirmed this bug exists on the ` main ` branch of pytask.
1515
1616---
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ labels: "documentation"
1111
1212Provide the location of the documentation, e.g. an URL of the documentation.
1313
14- ** Note** : You can check the latest versions of the docs on ` master `
14+ ** Note** : You can check the latest versions of the docs on ` main `
1515[ here] ( https://pytask.readthedocs.io/en/latest ) .
1616
1717#### Documentation problem
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Continuous Integration Workflow
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77 branches :
88 - ' *'
Original file line number Diff line number Diff line change 1414.. image :: https://readthedocs.org/projects/pytask-dev/badge/?version=latest
1515 :target: https://pytask-dev.readthedocs.io/en/latest
1616
17- .. image :: https://codecov.io/gh/pytask-dev/pytask/branch/master/graph/badge.svg
17+ .. image :: https://github.com/pytask-dev/pytask/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main
18+ :target: https://github.com/pytask-dev/pytask/actions?query=branch%3Amain
19+
20+ .. image :: https://codecov.io/gh/pytask-dev/pytask/branch/main/graph/badge.svg
1821 :target: https://codecov.io/gh/pytask-dev/pytask
1922
2023.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
1111
1212- :gh: `2 ` provided multiple small changes.
1313- :gh: `3 ` implements a class which holds the execution report of one task.
14+ - :gh: `4 ` makes adjustments after moving to ``main `` as the default branch.
1415
1516
16170.0.1 - 2020-06-29
Original file line number Diff line number Diff line change 1010.. image :: https://readthedocs.org/projects/pytask-dev/badge/?version=latest
1111 :target: https://pytask-dev.readthedocs.io/en/latest
1212
13- .. image :: https://codecov.io/gh/pytask-dev/pytask/branch/master /graph/badge.svg
13+ .. image :: https://codecov.io/gh/pytask-dev/pytask/branch/main /graph/badge.svg
1414 :target: https://codecov.io/gh/pytask-dev/pytask
1515
1616.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
You can’t perform that action at this time.
0 commit comments