File tree Expand file tree Collapse file tree 9 files changed +24
-26
lines changed
Expand file tree Collapse file tree 9 files changed +24
-26
lines changed Original file line number Diff line number Diff line change 1717 push :
1818 branches :
1919 - main
20- - alpha
21- - beta
20+ - next
21+ - experimental
2222 paths-ignore :
2323 - " **/*.md"
2424 - " .all-contributorsrc"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - alpha
8- - beta
7+ - next
8+ - experimental
99 pull_request :
1010 branches :
1111 - " **"
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
Original file line number Diff line number Diff line change 55 issues :
66 branches :
77 - main
8- - alpha
9- - beta
8+ - next
9+ - experimental
1010
1111permissions : {}
1212
1313jobs :
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
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - main
12- - alpha
13- - beta
12+ - next
13+ - experimental
1414
1515env :
1616 CI : true
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 }}
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8- - alpha
9- - beta
8+ - next
9+ - experimental
1010 paths-ignore :
1111 - " **/*.md"
1212 - " .all-contributorsrc"
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8- - alpha
9- - beta
8+ - next
9+ - experimental
1010 paths :
1111 - .github/labels.yml
1212
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - alpha
8- - beta
7+ - next
8+ - experimental
99 pull_request :
1010 branches :
1111 - " **"
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 :
2420 - zizmor.yml
2521 - sync-labels.yml
2622 - lock.yml
27- - gitguardian .yml
23+ - git-guardian .yml
You can’t perform that action at this time.
0 commit comments