We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f6afc commit c43f2feCopy full SHA for c43f2fe
.github/workflows/preview_release_notes.yml
@@ -37,7 +37,8 @@ jobs:
37
# not be available in the pull requests running from forks.
38
RELEASE_INITIAL_COMMIT_SHA: ${{ env.RELEASE_INITIAL_COMMIT_SHA }}
39
RELEASE_INITIAL_VERSION: ${{ env.RELEASE_INITIAL_VERSION }}
40
- - name: Add disclaimer to release notes preview
+ - name: Add disclaimer to release notes preview for Pull Requests
41
+ if: github.event_name == 'pull_request'
42
run: |
43
echo -e "_:warning: (this preview might not be accurate if the PR is not rebased on current master branch)_\n" > release_notes_preview.md
44
cat release_notes_tmp.md >> release_notes_preview.md
0 commit comments