We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5d604 commit 5293977Copy full SHA for 5293977
1 file changed
.github/workflows/linear.yml
@@ -11,6 +11,7 @@ on:
11
permissions:
12
pull-requests: write
13
repository-projects: read
14
+ contents: read
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -20,6 +21,9 @@ jobs:
20
21
create-linear-issue-pr:
22
runs-on: ubuntu-latest
23
steps:
24
+ - uses: actions/checkout@v4
25
+ with:
26
+ token: ${{ secrets.GITHUB_TOKEN }}
27
- name: Find or create a Linear Issue (Internal PRs)
28
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
29
uses: risc0/action-find-or-create-linear-issue@risc0
0 commit comments