Skip to content

Commit

Permalink
Add linear.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Nov 7, 2023
1 parent aecd937 commit bcc8fad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/linear.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# DO NOT EDIT: BEGIN
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
# If changes are needed, update the action linear in
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
name: Linear

on:
merge_group:
types:
- checks_requested

pull_request:
types:
- assigned
- unassigned
- review_requested
- review_request_removed
- opened
- synchronize
- closed
- edited
- converted_to_draft
- ready_for_review

pull_request_review:
types:
- submitted
- edited
- dismissed

jobs:
Linear:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: mobsuccess-devops/github-actions-linear@master
with:
action: check-linear-state
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}# DO NOT EDIT: END

0 comments on commit bcc8fad

Please sign in to comment.