~aleteoryx/muditaos

ref: 1cf85c7686dd74cbe60a76fe9664256d96aeb835 muditaos/.github/workflows/github-actions-pr-checklist-check.yml -rw-r--r-- 345 bytes
1cf85c76 — Dawid Wojtas [BH-2049] Gapless audio transition 1 year, 7 months 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 }}"