From 2a38e58e98ec9697056a0f86180f0f3322ba67da Mon Sep 17 00:00:00 2001 From: morgangibbs87 <133707571+morgangibbs87@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:27:49 -0700 Subject: [PATCH] update action / remove workflow_dispatch trigger --- .github/workflows/linear.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml index d51692d..95f36df 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear.yml @@ -1,7 +1,6 @@ name: Find or create Linear issue for PR on: - workflow_dispatch: pull_request: branches: - main @@ -20,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Find or create a Linear Issue - uses: risc0/action-find-or-create-linear-issue@risc0 + uses: ctriolo/action-find-or-create-linear-issue@v0.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} linear-api-key: ${{ secrets.LINEAR_API_KEY }}