File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 5959
6060 Please close and reopen this PR to run the required workflows (Required statuses must pass before merging).
6161
62- **This needs to be approved and merged before we run the `publish` workflow .**
63- commit-message : ' update version and changelog for release'
62+ **The `publish` workflow will run automatically when this PR is merged .**
63+ commit-message : ' Update version and CHANGELOG for release'
6464 title : ' Update version and CHANGELOG for release'
6565 token : ${{ secrets.GITHUB_TOKEN }}
66+ labels : make release go now
Original file line number Diff line number Diff line change 11name : Publish Extension
22
3- on : workflow_dispatch
3+ on :
4+ pull_request :
5+ types : [closed]
46
57jobs :
68 deploy :
9+ if : |
10+ github.event.pull_request.merged == true &&
11+ contains(github.event.pull_request.labels.*.name, 'make release go now') &&
12+ github.event.pull_request.title == 'Update version and CHANGELOG for release'
713 runs-on : ubuntu-latest
814 timeout-minutes : 20
915 steps :
Original file line number Diff line number Diff line change 11CHANGELOG.md
2+ .github /workflows /publish.yml
You can’t perform that action at this time.
0 commit comments