Skip to content

Commit dd5cf47

Browse files
Update references from master to main branch (auth0#568)
1 parent e499c12 commit dd5cf47

File tree

15 files changed

+35
-35
lines changed

15 files changed

+35
-35
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
options:
1616
- label: The issue can be reproduced in the [auth0-react sample app](https://github.com/auth0-samples/auth0-react-samples/tree/master/Sample-01) (or N/A).
1717
required: true
18-
- label: I have looked into the [Readme](https://github.com/auth0/auth0-react#readme), [Examples](https://github.com/auth0/auth0-react/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-react/blob/master/FAQ.md) and have not found a suitable solution or answer.
18+
- label: I have looked into the [Readme](https://github.com/auth0/auth0-react#readme), [Examples](https://github.com/auth0/auth0-react/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-react/blob/main/FAQ.md) and have not found a suitable solution or answer.
1919
required: true
2020
- label: I have looked into the [API documentation](https://auth0.github.io/auth0-react/) and have not found a suitable solution or answer.
2121
required: true

.github/ISSUE_TEMPLATE/Feature Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: Checklist
1010
options:
11-
- label: I have looked into the [Readme](https://github.com/auth0/auth0-react#readme), [Examples](https://github.com/auth0/auth0-react/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-react/blob/master/FAQ.md) and have not found a suitable solution or answer.
11+
- label: I have looked into the [Readme](https://github.com/auth0/auth0-react#readme), [Examples](https://github.com/auth0/auth0-react/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-react/blob/main/FAQ.md) and have not found a suitable solution or answer.
1212
required: true
1313
- label: I have looked into the [API documentation](https://auth0.github.io/auth0-react/) and have not found a suitable solution or answer.
1414
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://community.auth0.com
55
about: Discuss this SDK in the Auth0 Community forums
66
- name: FAQ
7-
url: https://github.com/auth0/auth0-react/blob/master/FAQ.md
7+
url: https://github.com/auth0/auth0-react/blob/main/FAQ.md
88
about: Read the FAQ to get answers to common issues
99
- name: SDK API Documentation
1010
url: https://auth0.github.io/auth0-react/

.github/workflows/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
- synchronize
1010
push:
1111
branches:
12-
- master
12+
- main
1313

1414
permissions:
1515
contents: read
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
19+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2020

2121
env:
2222
NODE_VERSION: 18

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
push:
1010
branches:
11-
- master
11+
- main
1212
- beta
1313
schedule:
1414
- cron: '37 10 * * 2'
@@ -20,7 +20,7 @@ permissions:
2020

2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
23+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2424

2525
jobs:
2626
analyze:

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
workflow_dispatch:
66
# pull_request:
77
# branches:
8-
# - master
8+
# - main
99
# push:
1010
# branches:
11-
# - master
11+
# - main
1212

1313
permissions:
1414
contents: read
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
18-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
18+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1919

2020
env:
2121
NODE_VERSION: 18

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branch:
77
description: The branch to release from
88
required: true
9-
default: master
9+
default: main
1010
version:
1111
description: The version being published. This should be a valid semver version, such as `1.0.0`.
1212
required: true

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
push:
1010
branches:
11-
- master
11+
- main
1212
- beta
1313
schedule:
1414
- cron: '30 0 1,15 * *'
@@ -18,7 +18,7 @@ permissions:
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
21+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2222

2323
jobs:
2424
authorize:

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- synchronize
1010
push:
1111
branches:
12-
- master
12+
- main
1313
- beta
1414
schedule:
1515
- cron: '30 0 1,15 * *'
@@ -19,7 +19,7 @@ permissions:
1919

2020
concurrency:
2121
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
22+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2323

2424
jobs:
2525
authorize:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
workflow_dispatch:
66
pull_request:
77
branches:
8-
- master
8+
- main
99
push:
1010
branches:
11-
- master
11+
- main
1212

1313
permissions:
1414
contents: read
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
18-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
18+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1919

2020
env:
2121
NODE_VERSION: 18

0 commit comments

Comments
 (0)