Skip to content

Commit 209fcb0

Browse files
committed
chore(gha): add linear-merge-master.yml GitHub workflow
1 parent cab406c commit 209fcb0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)