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.
2 parents 08ba114 + 11ce54c commit 07b9eb0Copy full SHA for 07b9eb0
.github/workflows/shopify-cli.yml
@@ -213,14 +213,15 @@ jobs:
213
with:
214
node-version: ${{ matrix.node }}
215
- name: Post the knip results
216
+ if: github.event.pull_request.user.login != 'dependabot[bot]'
217
uses: codex-/knip-reporter@f717532b6707d95de06b9bb2eb8ece46393f018f # pin@v2
218
219
verbose: true
220
221
pr-platform-agnostic-graphql-schema:
222
name: '[PR] Check graphql-codegen has been run'
223
runs-on: ${{ matrix.os }}
- if: ${{ github.event_name == 'pull_request' }}
224
+ if: ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]' }}
225
timeout-minutes: 30
226
strategy:
227
matrix:
0 commit comments