Skip to content

Commit

Permalink
chore(gha): add linear-merge-master.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Nov 13, 2024
1 parent 7736d93 commit 352aa68
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/linear-merge-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# DO NOT EDIT: BEGIN
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
# If changes are needed, update the action linear-merge-master in
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
name: Linear merge on master

on:
push:
branches:
- master

jobs:
LinearMaster:
runs-on: ubuntu-latest
timeout-minutes: 3
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: mobsuccess-devops/github-actions-linear@master
with:
action: update-linear-issue-state-after-merge-on-master
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
# DO NOT EDIT: END

0 comments on commit 352aa68

Please sign in to comment.