Skip to content

Commit

Permalink
ci(github-actions): Update task-list-checker workflow to skip bot-ini…
Browse files Browse the repository at this point in the history
…tiated PRs (#12)
  • Loading branch information
ginokent authored Jan 5, 2025
2 parents d66fc9c + 73f12e8 commit 5b6b270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
task-list-checker:
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down

0 comments on commit 5b6b270

Please sign in to comment.