~aleteoryx/muditaos

ref: 62a62295f54e98826b0cb03a4b9a74c3f1bb9faf muditaos/.github/workflows/github-actions-pr-checklist-check.yml -rw-r--r-- 345 bytes
62a62295 — Lefucjusz [MOS-714] Fix passcode lock time discrepancy 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
name: 'PR Tasks Completed Check'
on:
  pull_request:
    types: [opened, edited, synchronize, reopened, ready_for_review, unlocked]

jobs:
  task-check:
    permissions: write-all
    runs-on: ubuntu-latest
    steps:
      - uses: kentaro-m/task-completed-checker-action@v0.1.0
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"