mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Remove unnecessary GitHub action for PR chehcks
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
15
.github/workflows/pr-checklist-completed.yml
vendored
15
.github/workflows/pr-checklist-completed.yml
vendored
@@ -1,15 +0,0 @@
|
|||||||
name: 'PR Tasks Completed Check'
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, edited, synchronize, reopened]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
task-check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
# permissions:
|
|
||||||
# pull-requests: write
|
|
||||||
steps:
|
|
||||||
- uses: Shopify/task-list-checker@main
|
|
||||||
with:
|
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
readme-url: https://geek-cookbook.funkypenguin.co.nz/community/contribute/#contributing-recipes
|
|
||||||
Reference in New Issue
Block a user