Add NEWS.md and news reminder workflow#25
Open
RensDofferhoff wants to merge 11 commits intojasp-stats:masterfrom
Open
Add NEWS.md and news reminder workflow#25RensDofferhoff wants to merge 11 commits intojasp-stats:masterfrom
RensDofferhoff wants to merge 11 commits intojasp-stats:masterfrom
Conversation
FBartos
approved these changes
Mar 2, 2026
* Create auto-bump-version.yml * Update DESCRIPTION * Update auto-bump-version.yml * chore: auto-bump version to 0.1.1 * Update auto-bump-version.yml * Update DESCRIPTION --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
vandenman
reviewed
Mar 3, 2026
Comment on lines
+34
to
+39
| # Use the GitHub CLI to post a comment directly to the PR | ||
| gh pr comment ${{ github.event.pull_request.number }} --body "👋 **Friendly reminder:** It looks like \`NEWS.md\` wasn't updated in this Pull Request. | ||
|
|
||
| If your changes include bug fixes, new features, or UI tweaks, please consider adding a quick note to the \`# jaspYourModule (development version)\` section so our users know about your awesome work! *(If this is just a minor typo fix, feel free to ignore this message.)*" | ||
|
|
||
| # We exit with 0 (success) so the check turns green and does NOT block the PR |
Contributor
There was a problem hiding this comment.
is this a better approach than actions/github-script?
Contributor
Author
There was a problem hiding this comment.
Not sure. Any suggestions? I dont want to enforce it to fiercely so thought a little reminder message was fine
shun2wang
reviewed
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think this should do.
It doesn't force one to update the news file but nicely suggests it instead.
See: RensDofferhoff#1 for example