Skip to content

Commit

Permalink
Update add-publish-checks.yml
Browse files Browse the repository at this point in the history
Multi-line test
  • Loading branch information
bph authored Jan 14, 2025
1 parent 2a6116e commit 2b4847e
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/add-publish-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >### Pre-publishing checklist
- [ ] Post Title and subheaders in sentence case
- [ ] Are Category or Categories selected?
- [ ] Are Tags identifies?
- [ ] Is there an explicit Excerpt?
- [ ] Are all images files uploaded to the media library
- [ ] Do all images have an alt-text?
- [ ] For TOC us the Pattern under _Developer Blog > Table of contents_
- [ ] Assign or upload a featured image
- [ ] Props added? (See [Guidelines](https://make.wordpress.org/core/handbook/best-practices/post-comment-guidelines/#giving-proper-credit-props))
- [ ] add **copy for a social post** as comment to this issue ([example](https://github.com/WordPress/developer-blog-content/issues/152#issuecomment-1654259045))
🙌 Publish! 📗
BODY: |
Pre-publishing checklist
- [ ] Post Title and subheaders in sentence case
### Post-publishing checklist
- [ ] add Props for reviews to #props channel in WP Slack ([Example](https://wordpress.slack.com/archives/C0FRG66LR/p1689098122307029)) (use Slack handles)
- [ ] Add the label "post to social" to the issue
- [ ] close the issue with a comment to link to the published post
- [ ] close the accompanying discussion with the link to the published post.

0 comments on commit 2b4847e

Please sign in to comment.