~aleteoryx/muditaos

ref: 2be81bdf0a4ef0698a39c3298c45b594711a370e muditaos/.github/workflows/github-actions-pr-checklist-check.yml -rw-r--r-- 308 bytes
2be81bdf — Bartosz Cichocki [MOS-365] Add BT battery handling 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
name: 'PR Tasks Completed Check'
on:
  pull_request:
    types: [opened, edited, synchronize, ready_for_review, unlocked]

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