Skip to content

ci(github-actions): bump hakadoriya/github-actions-task-list-checker from 0.0.0 to 0.0.1 in the dependencies group #10

ci(github-actions): bump hakadoriya/github-actions-task-list-checker from 0.0.0 to 0.0.1 in the dependencies group

ci(github-actions): bump hakadoriya/github-actions-task-list-checker from 0.0.0 to 0.0.1 in the dependencies group #10

name: task-list-checker
on:
pull_request:
types:
- opened
- edited
- ready_for_review
- reopened
- synchronize
jobs:
task-list-checker:
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: read
steps:
- uses: hakadoriya/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}