~aleteoryx/muditaos

ref: 3ddb357ba18038e71865b1b9e24d2fd8cc2a24ff muditaos/.github/workflows/github-actions-pr-checklist-check.yml -rw-r--r-- 345 bytes
3ddb357b — Maciej-Mudita [MOS-190] Add missing translations for EULA 2 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 }}"