Skip to content

Commit 8b0cfd3

Browse files
authored
Merge branch 'rename-master-to-main' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'
Merges #946 Closes #946
2 parents 9c47ee0 + 6c3e853 commit 8b0cfd3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
check-changelog:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: bitergia/release-tools-check-changelog@master
13+
- uses: bitergia/release-tools-check-changelog@main

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
yarn install
3131
yarn build
3232
- name: Build package using Poetry and store result
33-
uses: chaoss/grimoirelab-github-actions/build@master
33+
uses: chaoss/grimoirelab-github-actions/build@main
3434
with:
3535
artifact-name: sortinghat-dist
3636
artifact-path: dist

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
yarn install
2626
yarn build
2727
- name: Build package using Poetry and store result
28-
uses: chaoss/grimoirelab-github-actions/build@master
28+
uses: chaoss/grimoirelab-github-actions/build@main
2929
with:
3030
artifact-name: sortinghat-dist
3131
artifact-path: dist
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Create a new release on the repository
78-
uses: chaoss/grimoirelab-github-actions/release@master
78+
uses: chaoss/grimoirelab-github-actions/release@main
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Publish the package on PyPI
87-
uses: chaoss/grimoirelab-github-actions/publish@master
87+
uses: chaoss/grimoirelab-github-actions/publish@main
8888
with:
8989
artifact-name: sortinghat-dist
9090
artifact-path: dist

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to GrimoireLab Sorting Hat
22

33
These are some general guidelines and information related to how we contribute to
4-
GrimoireLab. You can read about it from the [CONTRIBUTING.md](https://github.com/chaoss/grimoirelab/blob/master/CONTRIBUTING.md).
4+
GrimoireLab. You can read about it from the [CONTRIBUTING.md](https://github.com/chaoss/grimoirelab/blob/main/CONTRIBUTING.md).
55

66
## Changelog Entries
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sorting Hat [![tests](https://github.com/chaoss/grimoirelab-sortinghat/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-sortinghat/actions?query=workflow:tests+branch:master+event:push) [![PyPI version](https://badge.fury.io/py/sortinghat.svg)](https://badge.fury.io/py/sortinghat)
1+
# Sorting Hat [![tests](https://github.com/chaoss/grimoirelab-sortinghat/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-sortinghat/actions?query=workflow:tests+branch:main+event:push) [![PyPI version](https://badge.fury.io/py/sortinghat.svg)](https://badge.fury.io/py/sortinghat)
22

33
## Description
44

0 commit comments

Comments
 (0)