Skip to content

chore(deps): bump @dhis2/app-runtime from 3.13.2 to 3.14.0 #58

chore(deps): bump @dhis2/app-runtime from 3.13.2 to 3.14.0

chore(deps): bump @dhis2/app-runtime from 3.13.2 to 3.14.0 #58

name: GitHub Task List Checker
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
task-list-checker:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}