Skip to content

Commit 6a18e0a

Browse files
committed
chore(monorepo): Update branch names to align with organization standards
1 parent a238910 commit 6a18e0a

File tree

9 files changed

+24
-26
lines changed

9 files changed

+24
-26
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
push:
1818
branches:
1919
- main
20-
- alpha
21-
- beta
20+
- next
21+
- experimental
2222
paths-ignore:
2323
- "**/*.md"
2424
- ".all-contributorsrc"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
- alpha
8-
- beta
7+
- next
8+
- experimental
99
pull_request:
1010
branches:
1111
- "**"
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v3
2020
with:
21-
fetch-depth: 0 # fetch all history so multiple commits can be scanned
21+
fetch-depth: 0
2222
persist-credentials: false
2323

2424
- name: GitGuardian scan

.github/workflows/greetings.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ on:
55
issues:
66
branches:
77
- main
8-
- alpha
9-
- beta
8+
- next
9+
- experimental
1010

1111
permissions: {}
1212

1313
jobs:
1414
greeting:
1515
runs-on: ubuntu-latest
16-
if: github.actor != 'stormie-bot' && github.actor != 'dependabot[bot]' &&
16+
if:
17+
github.actor != 'stormie-bot' && github.actor != 'dependabot[bot]' &&
1718
github.actor != 'mend-bolt-for-github[bot]'
1819
permissions:
1920
issues: write

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
push:
1010
branches:
1111
- main
12-
- alpha
13-
- beta
12+
- next
13+
- experimental
1414

1515
env:
1616
CI: true
@@ -29,8 +29,8 @@ jobs:
2929
id-token: write
3030
if:
3131
github.repository == 'storm-software/monorepo-template' && (github.ref ==
32-
'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref ==
33-
'refs/heads/beta')
32+
'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref ==
33+
'refs/heads/experimental')
3434
steps:
3535
- name: Send notification - Deployment started
3636
uses: storm-software/action-notify@main
@@ -104,7 +104,8 @@ jobs:
104104

105105
- name: Release repository updates
106106
run:
107-
devenv shell release ${{ steps.setSHAs.outputs.base }} ${{ steps.setSHAs.outputs.head }}
107+
devenv shell release ${{ steps.setSHAs.outputs.base }} ${{
108+
steps.setSHAs.outputs.head }}
108109
env:
109110
NX_BASE: ${{ steps.setSHAs.outputs.base }}
110111
NX_HEAD: ${{ steps.setSHAs.outputs.head }}

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- main
8-
- alpha
9-
- beta
8+
- next
9+
- experimental
1010
paths-ignore:
1111
- "**/*.md"
1212
- ".all-contributorsrc"

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- main
8-
- alpha
9-
- beta
8+
- next
9+
- experimental
1010
paths:
1111
- .github/labels.yml
1212

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
- alpha
8-
- beta
7+
- next
8+
- experimental
99
pull_request:
1010
branches:
1111
- "**"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ keeping the codebase maintainable.
6767
- [Running End-to-End Tests](#running-end-to-end-tests)
6868
- [Understand your workspace](#understand-your-workspace)
6969
- [☁ Nx Cloud](#-nx-cloud)
70-
- [Distributed Computation Caching \& Distributed Task Execution](#distributed-computation-caching--distributed-task-execution)
70+
- [Distributed Computation Caching & Distributed Task Execution](#distributed-computation-caching--distributed-task-execution)
7171
- [Roadmap](#roadmap)
7272
- [Contributing](#contributing)
7373
- [Support](#support)

tools/config/zizmor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ rules:
55
dangerous-triggers:
66
ignore:
77
- greetings.yml:3:1
8-
use-trusted-publishing:
9-
ignore:
10-
# ignore line 12, column 10 on pypi.yml
11-
# - pypi.yml:12:10
128
unpinned-uses:
139
ignore:
1410
- release.yml
1511
- zizmor.yml
1612
- sync-labels.yml
1713
- lock.yml
18-
- gitguardian.yml
14+
- git-guardian.yml
1915
- contributors.yml
2016
- codeql.yml
2117
excessive-permissions:
@@ -24,4 +20,4 @@ rules:
2420
- zizmor.yml
2521
- sync-labels.yml
2622
- lock.yml
27-
- gitguardian.yml
23+
- git-guardian.yml

0 commit comments

Comments
 (0)