From 4b4bfd841d598f596fdfe8d28d1a6a41da95b8b1 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Tue, 3 Dec 2024 14:59:54 +0000 Subject: [PATCH] chore(gha): update linear.yml GitHub workflow --- .github/workflows/linear.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml index fc9c1175..d6009090 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear.yml @@ -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' || github.event.action == 'closed') + 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