We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
risc0
1 parent 5c00806 commit 388d54eCopy full SHA for 388d54e
1 file changed
.github/workflows/linear.yml
@@ -5,11 +5,13 @@ on:
5
pull_request:
6
branches:
7
- main
8
+ - risc0
9
types: ["opened", "edited", "reopened", "synchronize"]
10
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 }}
@@ -19,6 +21,9 @@ jobs:
19
21
create-linear-issue-pr:
20
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
28
uses: risc0/action-find-or-create-linear-issue@risc0
29
with:
0 commit comments