Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii committed Nov 15, 2023
1 parent c6d67a6 commit cc649cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
_files=`gh pr view ${PR_NUMBER} --json files --jq '.files.[].path'`
RELEASE_NOTES_MESSAGE+=$'## Modified files\n'
RELEASE_NOTES_MESSAGE+=$'${_files}\n'
RELEASE_NOTES_MESSAGE+=$'## Modified files\n\n'
RELEASE_NOTES_MESSAGE+="\`\`\`"
RELEASE_NOTES_MESSAGE+=$'\n'
RELEASE_NOTES_MESSAGE+="${_files}"
RELEASE_NOTES_MESSAGE+=$'\n'
RELEASE_NOTES_MESSAGE+="\`\`\`"
echo "release-notes-check-message=${RELEASE_NOTES_MESSAGE}" >> $GITHUB_OUTPUT
# Did bot already commented the PR?
Expand Down

0 comments on commit cc649cb

Please sign in to comment.