Skip to content

Commit

Permalink
Merge pull request #1284 from product-os/notify-unedited-no-post
Browse files Browse the repository at this point in the history
Make clear that unedited release notes will not be posted
  • Loading branch information
flowzone-app[bot] authored Dec 9, 2024
2 parents 026a657 + 2adb64d commit bab854b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ jobs:
# Prepare the comment body
notable_changes="$(echo "${notable_changes}" | sed -E 's|^|* |g')"
notable_changes="$(printf 'Notable changes\n* [only keep the important and rephrase]\n%s' "${notable_changes}")"
notable_changes="$(printf 'Notable changes\n* [only keep the important and rephrase, leaving this in place will avoid posting release notes]\n%s' "${notable_changes}")"
# https://zulip.com/help/format-your-message-using-markdown
# shortnames: https://pygments.org/docs/lexers/
Expand Down Expand Up @@ -1526,7 +1526,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "flowzone-app[bot]"
body-regex: '\* \[only keep the important and rephrase\]'
body-regex: '\* \[only keep the important and rephrase(, leaving this in place will avoid posting release notes)?\]'
token: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }}

# to prevent clobbering edited comments, run only if no previous draft comment is
Expand Down

0 comments on commit bab854b

Please sign in to comment.