From c2a6005af13e9a5ac734325790ab4318fdf3bc18 Mon Sep 17 00:00:00 2001 From: Ben Evans <49054298+bsanevans@users.noreply.github.com> Date: Sat, 25 Nov 2023 17:17:32 +0900 Subject: [PATCH] Update content-checklist-from-issue.yml --- .github/workflows/content-checklist-from-issue.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/content-checklist-from-issue.yml b/.github/workflows/content-checklist-from-issue.yml index cd10c4e5a..59e2c13fa 100644 --- a/.github/workflows/content-checklist-from-issue.yml +++ b/.github/workflows/content-checklist-from-issue.yml @@ -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.issue.body, '/course') + - uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f + if: contains(github.event.issue.body, '/course') with: issue-number: ${{ github.event.issue.number }} body: | @@ -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.issue.body, '/lesson-plan') + - uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f + if: contains(github.event.issue.body, '/lesson-plan') with: issue-number: ${{ github.event.issue.number }} body: | @@ -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.issue.body, '/online-workshop') + - uses: peter-evans/create-or-update-comment@5f728c3dae25f329afbe34ee4d08eef25569d79f + if: contains(github.event.issue.body, '/online-workshop') with: issue-number: ${{ github.event.issue.number }} body: |