name: Pull request WIP checks on: pull_request: types: - opened - synchronize - reopened - edited - labeled - unlabeled permissions: {} concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: pr_wip_check: runs-on: ubuntu-22.04 name: WIP Check steps: - name: WIP Check uses: tim-actions/wip-check@8c84f5987215d49440b86475062d61e4f099e1b7 # master (2021-06-10) with: labels: '["do-not-merge", "wip", "rfc"]' keywords: '["WIP", "wip", "RFC", "rfc", "dnm", "DNM", "do-not-merge"]'