mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
GitHub housekeeping (workflows and templates)
This commit is contained in:
12
.github/workflows/pr-checklist-completed.yml
vendored
Normal file
12
.github/workflows/pr-checklist-completed.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: 'PR Tasks Completed Check'
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
task-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/task-completed-checker-action@v0.1.0
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user