File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 release-please :
1515 uses : RockefellerArchiveCenter/.github/.github/workflows/automatic-release.yml@base
1616 with :
17- use-manifest : true
17+ use-manifest : true
18+ secrets : inherit
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - development
7- - base
7+ release :
8+ types : [published]
89 workflow_dispatch :
910
1011jobs :
1112 deploy :
1213 runs-on : ubuntu-latest
1314 environment :
14- name : ${{ github.ref_name }}
15+ name : ${{ github.event_name == 'release' && 'base' || github. ref_name }}
1516
1617 env :
1718 APPLICATION_NAME : aurora
Original file line number Diff line number Diff line change 1- name : ' Check Branch'
1+ name : Check Branch
22
33on :
44 pull_request :
55 branches :
66 - base
77
8+ permissions :
9+ contents : write
10+ pull-requests : write
11+
812jobs :
9- check_branch :
10- runs-on : ubuntu-latest
11- steps :
12- - name : Check branch
13- if : github.head_ref != 'development'
14- run : |
15- echo "ERROR: You can only merge to base from the development branch."
16- exit 1
13+ enforcer :
14+ uses : RockefellerArchiveCenter/.github/.github/workflows/enforcer.yml@base
You can’t perform that action at this time.
0 commit comments