Skip to content

BC-7598 re-introduce task completion verification #2

BC-7598 re-introduce task completion verification

BC-7598 re-introduce task completion verification #2

name: 'PR Tasks Completed Check'
on:
pull_request:
types: [edited, opened, synchronize, reopened]
permissions:
contents: read
checks: write
jobs:
task-check:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"