Skip to content

Commit

Permalink
Update tasklist_completed.yml revert to old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Jul 3, 2024
1 parent 389ac26 commit a315d20
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/tasklist_completed.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: PR Moderation

name: 'PR Tasks Completed Check'
on:
pull_request:
types:
- opened
- edited
- reopened
types: [opened, edited]

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

0 comments on commit a315d20

Please sign in to comment.