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 }}