We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c78de commit f42d390Copy full SHA for f42d390
1 file changed
.github/workflows/linear-merge-master.yml
@@ -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