fork of go-git with some jj specific features

build: Update branch names Recently the master branch was frozen, and a new releases/v5.x branch was created to keep the maintenance of the V5 version. The new default branch is now main.

This change update all GitHub Workflows to align with the new
branch strategy.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>

Paulo Gomes f81dfe44 10adbf65

+1 -1
.github/workflows/cifuzz.yml
··· 2 2 on: 3 3 pull_request: 4 4 branches: 5 - - master 5 + - main 6 6 7 7 permissions: {} 8 8
+3 -3
.github/workflows/codeql.yml
··· 1 - name: "CodeQL" 1 + name: CodeQL 2 2 on: 3 3 push: 4 4 branches: 5 - - "master" 6 - - "v6-exp" 5 + - releases/v5.x 6 + - main 7 7 pull_request: 8 8 9 9 schedule:
+2 -2
.github/workflows/git.yml
··· 2 2 on: 3 3 push: 4 4 branches: 5 - - "master" 6 - - "v6-exp" 5 + - releases/v5.x 6 + - main 7 7 pull_request: 8 8 9 9 permissions: {}
+1 -1
.github/workflows/pr-validation.yml
··· 1 - name: 'PR Validation' 1 + name: PR Validation 2 2 on: 3 3 pull_request: 4 4 types:
+1 -1
.github/workflows/stale-issues-bot.yaml
··· 1 - name: "stale issues bot" 1 + name: stale issues bot 2 2 on: 3 3 schedule: 4 4 - cron: "0 7 * * *"
+2 -2
.github/workflows/test.yml
··· 2 2 on: 3 3 push: 4 4 branches: 5 - - "master" 6 - - "v6-exp" 5 + - releases/v5.x 6 + - main 7 7 pull_request: 8 8 9 9 permissions: {}
+1 -1
CONTRIBUTING.md
··· 59 59 <package>: <subpackage>, <what changed>. [Fixes #<issue-number>] 60 60 ``` 61 61 62 - [discord server]: https://discord.gg/6CG7M6wF 62 + [discord server]: https://discord.gg/8hrxYEVPE5 63 63 [StackOverflow go-git tag]: https://stackoverflow.com/questions/tagged/go-git 64 64 [Issues]: https://github.com/go-git/go-git/issues 65 65 [official git implementation]: https://github.com/git/git