File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # DO NOT EDIT: BEGIN
2+ # This snippet has been inserted automatically by mobsuccessbot, do not edit!
3+ # If changes are needed, update the action linear-merge-master in
4+ # https://github.com/mobsuccess-devops/github-mobsuccess-policy
5+ name : Linear merge on master
6+
7+ on :
8+ push :
9+ branches :
10+ - master
11+
12+ jobs :
13+ LinearMaster :
14+ runs-on : ubuntu-latest
15+ timeout-minutes : 3
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+ cancel-in-progress : true
19+ steps :
20+ - uses : mobsuccess-devops/github-actions-linear@master
21+ with :
22+ action : update-linear-issue-state-after-merge-on-master
23+ linearApiKey : ${{ secrets.LINEAR_API_KEY }}
24+ githubToken : ${{ secrets.GITHUB_TOKEN }}
25+ # DO NOT EDIT: END
You can’t perform that action at this time.
0 commit comments