Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds release notes into PR as a comment #957

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
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
217 changes: 201 additions & 16 deletions .github/workflows/flowzone.yml

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

1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
],
"environment": ["test"]
}
release_notes: true
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
# Required: false
PYPI_TEST_TOKEN:

# API key to post Zulip messages.
# Required: false
ZULIP_API_KEY:

# Optional secret for using with custom jobs
# Required: false
CUSTOM_JOB_SECRET_1:
Expand Down Expand Up @@ -373,6 +377,11 @@ jobs:
# Required: false
ok_to_test_label: ok-to-test

# Create git tags and a PR comment with detailed change log.
# Type: boolean
# Required: false
release_notes: false


```
<!-- end usage -->
Expand Down
Loading
Loading