diff --git a/.github/mergify.yml b/.github/mergify.yml index 8ce4c56..c7b457b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -175,7 +175,7 @@ pull_request_rules: - name: Close stale pull request conditions: - - base=master + - base=main - -closed - updated-at<21 days ago actions: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8af4d0d..53457fd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,10 +7,14 @@ name: "CodeQL" on: push: - branches: [master] + branches: + - master + - main pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: + - master + - main # schedule: # - cron: '0 23 * * 0' diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index da0514a..2f39157 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - main paths: - .github/labels.yml jobs: diff --git a/README.md b/README.md index ca1dfac..f5a52b7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # SPV Wallet: Go Client [![Release](https://img.shields.io/github/release-pre/bitcoin-sv/spv-wallet-go-client.svg?logo=github&style=flat&v=2)](https://github.com/bitcoin-sv/spv-wallet-go-client/releases) -[![Build Status](https://img.shields.io/github/actions/workflow/status/bitcoin-sv/spv-wallet-go-client/run-tests.yml?branch=master&v=2)](https://github.com/bitcoin-sv/spv-wallet-go-client/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/bitcoin-sv/spv-wallet-go-client/run-tests.yml?branch=main&v=2)](https://github.com/bitcoin-sv/spv-wallet-go-client/actions) [![Report](https://goreportcard.com/badge/github.com/bitcoin-sv/spv-wallet-go-client?style=flat&v=2)](https://goreportcard.com/report/github.com/bitcoin-sv/spv-wallet-go-client) -[![codecov](https://codecov.io/gh/bitcoin-sv/spv-wallet-go-client/branch/master/graph/badge.svg?v=2)](https://codecov.io/gh/bitcoin-sv/spv-wallet-go-client) +[![codecov](https://codecov.io/gh/bitcoin-sv/spv-wallet-go-client/branch/main/graph/badge.svg?v=2)](https://codecov.io/gh/bitcoin-sv/spv-wallet-go-client) [![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/bitcoin-sv/spv-wallet-go-client&style=flat&v=2)](https://mergify.io)