Skip to content

Commit

Permalink
Update comment-with-checklist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanevans committed Mar 29, 2024
1 parent d8a24c8 commit 4f5b227
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: ${{ github.event.repo.owner }},
repo: ${{ github.event.repo.repo }},
labels: ["Needs co-host"]
})
- uses: peter-evans/create-or-update-comment@v3
if: contains(inputs.content-type, 'lesson')
with:
Expand Down

0 comments on commit 4f5b227

Please sign in to comment.