diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml index 11de1733..5a405e91 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear.yml @@ -5,11 +5,13 @@ on: pull_request: branches: - main + - risc0 types: ["opened", "edited", "reopened", "synchronize"] permissions: pull-requests: write repository-projects: read + contents: read concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -19,6 +21,9 @@ jobs: create-linear-issue-pr: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Find or create a Linear Issue uses: risc0/action-find-or-create-linear-issue@risc0 with: