Skip to content

Commit

Permalink
Update tasklist_completed.yml to use a different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Jul 3, 2024
1 parent 36f148e commit 0d7852f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/tasklist_completed.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: 'PR Tasks Completed Check'
name: PR Moderation

on:
pull_request:
types: [opened, edited]
types:
- opened
- edited
- reopened

jobs:
task-check:
verify:
name: Verify
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Check tasklist
uses: Awayume/github-pr-tasklist-checker@v1

0 comments on commit 0d7852f

Please sign in to comment.