Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed May 10, 2024
1 parent 152944d commit 6d49956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
check-tasks:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]' # ignore pull requests that are raised by dependabot
if: github.event.pull_request.user.login != 'dependabot[bot]' # ignore pull requests raised by dependabot
steps:
- name: Check tasks
uses: mheap/require-checklist-action@v2
Expand Down

0 comments on commit 6d49956

Please sign in to comment.