File tree Expand file tree Collapse file tree 2 files changed +36
-8
lines changed
Expand file tree Collapse file tree 2 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1+ name : Branch
2+ on :
3+ pull_request :
4+ branches :
5+ - main
6+ - release/**
7+ types : [opened, synchronize, reopened]
8+ push :
9+ branches :
10+ - main
11+ - release/v*
12+ paths-ignore :
13+ - ' .github/**'
14+ - ' docs/**'
15+ - ' examples/**'
16+ - ' test/**'
17+ - ' README.md'
18+
19+ permissions :
20+ contents : write
21+ actions : write
22+
23+ jobs :
24+ github-action :
25+ uses : cloudposse-github-actions/.github/.github/workflows/shared-github-action.yml@main
26+ secrets : inherit
Original file line number Diff line number Diff line change 1- name : Major Release Tagger
2-
1+ name : Release
32on :
43 release :
5- types :
6- - published
4+ types : [published]
5+
6+ permissions :
7+ id-token : write
8+ contents : write
9+ pull-requests : write
710
811jobs :
9- publish :
10- runs-on : ubuntu-latest
11- steps :
12- - uses : cloudposse/github-action-major-release-tagger@2
12+ github-action :
13+ uses : cloudposse-github-actions/.github/.github/workflows/shared-release-branches.yml@main
14+ secrets : inherit
You can’t perform that action at this time.
0 commit comments