Skip to content

Commit

Permalink
add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz authored Apr 23, 2024
1 parent 4522baa commit 0f977fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-schema.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Check Schema

on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:

permissions:
checks: write

jobs:
test:
name: Annotate Breaking Changes
Expand All @@ -13,7 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- uses: kamilkisiela/graphql-inspector@master
- name: GraphQL Inspector
uses: kamilkisiela/graphql-inspector@master
with:
schema: 'main:schema.graphql'
approve-label: breaking

0 comments on commit 0f977fb

Please sign in to comment.