Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/linear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down
Loading