Skip to content

Commit

Permalink
Update comment-with-checklist.yml (#2357)
Browse files Browse the repository at this point in the history
Adds "Needs Co-host" label when the online workshop checklist is added.
  • Loading branch information
kaitohm authored Mar 29, 2024
1 parent d8a24c8 commit 67b35b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/comment-with-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ jobs:
- [ ] Hold Online Workshop
- [ ] Complete [After an Online Workshop](https://make.wordpress.org/training/handbook/online-workshops/after-an-online-workshop/) next steps
- [ ] Add link to slides and/or WordPress.tv video to GitHub issue
- uses: actions/[email protected]
if: contains(inputs.content-type, 'online-workshop')
with:
script: |
github.rest.issues.addLabels({
issue_number: ${{ github.event.issue.number }},
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["[Content] Needs Co-host"]
})
- uses: peter-evans/create-or-update-comment@v3
if: contains(inputs.content-type, 'lesson')
with:
Expand Down

0 comments on commit 67b35b6

Please sign in to comment.