We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7328077 commit ca073f6Copy full SHA for ca073f6
.github/workflows/schema-linter.yml
@@ -77,6 +77,9 @@ jobs:
77
name: schema.graphql
78
path: /tmp/schema.graphql
79
80
+ # The Schema Inspector step is allowed to fail (continue-on-error: true) to avoid blocking the workflow on schema breaking changes.
81
+ # This is intentional, as schema diffs are currently monitored manually due to ongoing compatibility work with WordPress 6.9.
82
+ # Please review any breaking changes reported by this step before merging or releasing.
83
- name: Run Schema Inspector
84
continue-on-error: true
85
run: |
0 commit comments