Skip to content

ci(github-actions): bump kunitsucom/github-actions-paths-ignore-alternative from 0.0.2 to 0.0.4 in the dependencies group #23

ci(github-actions): bump kunitsucom/github-actions-paths-ignore-alternative from 0.0.2 to 0.0.4 in the dependencies group

ci(github-actions): bump kunitsucom/github-actions-paths-ignore-alternative from 0.0.2 to 0.0.4 in the dependencies group #23

name: task-list-checker
on:
pull_request:
types:
- opened
- edited
- ready_for_review
- reopened
- synchronize
jobs:
check:
name: Check task list
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
id-token: write
contents: read
pull-requests: read
statuses: write
defaults:
run:
shell: bash
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@7cab3e5a969a34f8c553974bc6f8940d8c3978de # ref. https://github.com/Shopify/task-list-checker
with:
github-token: ${{ secrets.GITHUB_TOKEN }}