Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 4b4bfd8

Browse files
committed
chore(gha): update linear.yml GitHub workflow
1 parent 39a388e commit 4b4bfd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/linear.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
4040
githubToken: ${{ secrets.GITHUB_TOKEN }}
4141

42+
- uses: mobsuccess-devops/github-actions-linear@master
43+
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'closed')
44+
with:
45+
action: create-linear-issue-from-bot-pr
46+
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
47+
githubToken: ${{ secrets.GITHUB_TOKEN }}
48+
4249
- uses: mobsuccess-devops/github-actions-linear@master
4350
with:
4451
action: check-linear-state

0 commit comments

Comments
 (0)