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

Commit 749185c

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/linear.yml

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

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

0 commit comments

Comments
 (0)