Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/preview_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# not be available in the pull requests running from forks.
RELEASE_INITIAL_COMMIT_SHA: ${{ env.RELEASE_INITIAL_COMMIT_SHA }}
RELEASE_INITIAL_VERSION: ${{ env.RELEASE_INITIAL_VERSION }}
- name: Add disclaimer to release notes preview
- name: Add disclaimer to release notes preview for Pull Requests
if: github.event_name == 'pull_request'
run: |
echo -e "_:warning: (this preview might not be accurate if the PR is not rebased on current master branch)_\n" > release_notes_preview.md
cat release_notes_tmp.md >> release_notes_preview.md
Expand Down
Loading