Skip to content

Commit

Permalink
chore(gha): update linear.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Nov 15, 2024
1 parent 39a388e commit a41b046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: mobsuccess-devops/github-actions-linear@master
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
action: create-linear-issue-from-bot-pr
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: mobsuccess-devops/github-actions-linear@master
with:
action: check-linear-state
Expand Down

0 comments on commit a41b046

Please sign in to comment.