Skip to content

Commit 407ac65

Browse files
authored
Adjustments after using main as the default branch. (#4)
1 parent 9f3e340 commit 407ac65

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ labels: "documentation"
1111

1212
Provide 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

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous Integration Workflow
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
88
- '*'

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
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

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1617
0.0.1 - 2020-06-29

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytask
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

0 commit comments

Comments
 (0)