We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d202d90 commit 39b3ffeCopy full SHA for 39b3ffe
.github/workflows/pull-request-checks.yml
@@ -18,6 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: peternied/[email protected]
21
+ if: github.actor != 'dependabot[bot]'
22
with:
23
checklist-items: |
24
New functionality includes testing.
0 commit comments