Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(workflows): Add additional CI event for release PR

+3
+3
.github/workflows/ci.yml
··· 2 2 3 3 on: 4 4 pull_request: 5 + pull_request_review: 6 + types: [submitted, edited] 7 + branches: changeset-release/main 5 8 6 9 jobs: 7 10 check: