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 d4926c5 commit c6d67a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
_files=`gh pr view ${PR_NUMBER} --json files --jq '.files.[].path'`
RELEASE_NOTES_MESSAGE+=$'## Modified files\n'
RELEASE_NOTES_MESSAGE+=$'\\`\\`\\`\n'
RELEASE_NOTES_MESSAGE+=$'${_files}\n'
RELEASE_NOTES_MESSAGE+=$'\\`\\`\\`\n'
echo "release-notes-check-message=${RELEASE_NOTES_MESSAGE}" >> $GITHUB_OUTPUT
# Did bot already commented the PR?
Expand Down

0 comments on commit c6d67a6

Please sign in to comment.