1
0
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:
David Young
2021-01-14 11:55:56 +13:00
parent dc6fdec1ed
commit fe70704667
9 changed files with 17 additions and 168 deletions

View 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 }}"