Skip to content

Commit

Permalink
Update content-checklist-from-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitohm authored Nov 25, 2023
1 parent c2a6005 commit 49aa9b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/content-checklist-from-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- [ ] Tutorial post reviewed for grammar, spelling, etc.
- [ ] Tutorial published on Learn.WordPress.org
- [ ] Tutorial [announced to Marketing Team](https://docs.google.com/spreadsheets/d/1rY9gyA0KljjlinPE2B0S2qfsN8Nz24_N_KzqB5CrYZM/edit#gid=469255212) for promotion
- if: contains(github.event.comment.body, '/course')
- uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f
if: contains(github.event.comment.body, '/course')
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -48,7 +49,8 @@ jobs:
- [ ] [Create content](https://make.wordpress.org/training/handbook/courses/content-creation/)
- [ ] Request a review from the team
- [ ] [Publish content](https://make.wordpress.org/training/handbook/courses/publishing/)
- if: contains(github.event.comment.body, '/lesson-plan')
- uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f
if: contains(github.event.comment.body, '/lesson-plan')
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -64,7 +66,8 @@ jobs:
- [ ] Announce to lesson plan creator
- [ ] Announce to marketing
- [ ] Gather feedback from lesson plan users about the quality
- if: contains(github.event.comment.body, '/online-workshop')
- uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f
if: contains(github.event.comment.body, '/online-workshop')
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down

0 comments on commit 49aa9b6

Please sign in to comment.