Skip to content

Commit 388d54e

Browse files
Fix linear.yml / add risc0 as PR branch trigger (#7)
Test successful, merging fix.
1 parent 5c00806 commit 388d54e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/linear.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
pull_request:
66
branches:
77
- main
8+
- risc0
89
types: ["opened", "edited", "reopened", "synchronize"]
910

1011
permissions:
1112
pull-requests: write
1213
repository-projects: read
14+
contents: read
1315

1416
concurrency:
1517
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -19,6 +21,9 @@ jobs:
1921
create-linear-issue-pr:
2022
runs-on: ubuntu-latest
2123
steps:
24+
- uses: actions/checkout@v4
25+
with:
26+
token: ${{ secrets.GITHUB_TOKEN }}
2227
- name: Find or create a Linear Issue
2328
uses: risc0/action-find-or-create-linear-issue@risc0
2429
with:

0 commit comments

Comments
 (0)