Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

build(deps): bump github.com/kunitsucom/util.go from 0.0.60-rc.2 to 0.0.60-rc.6 #101

build(deps): bump github.com/kunitsucom/util.go from 0.0.60-rc.2 to 0.0.60-rc.6

build(deps): bump github.com/kunitsucom/util.go from 0.0.60-rc.2 to 0.0.60-rc.6 #101

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 }}