-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Create a bot to check if there is a CHANGES entry for new PRs #13898
Comments
Here is the sample PR with change-log verifier action added prudhvigodithi#1, we can add the same workflow to lucene repo. But I see the error |
Yes to this! It would be great to combine this with setting the milestone :) |
@prudhvigodithi - I opened #13898 inspired by your PR, tested it on my fork, and it's working correctly. |
I was looking at the workflow that @pseudo-nymous wrote. The logs for #14276 say there is no CHANGES entry. We'll need to fix that. I've also added the PR number to the output (#14324), since I couldn't see it anywhere. Edit: Same issue in the logs for #14320. |
Thanks for updating the script with PR number. I'll root cause and fix the issue. |
@pseudo-nymous, I've attempted a fix in #14355. |
Thanks @stefanvodita! I will take a look at the fix and propose changes accordingly. |
Apache projects are not allowed to use arbitrary actions for security reasons, please take a look at: |
Just to clarify - the restriction @dweiss mentioned applies to the @pseudo-nymous - I'm seeing new failures now, e.g. a fatal. |
@stefanvodita I have added a fix for it. Please take a look. #14369 |
Description
We always have to remind ourselves and others to add a CHANGES entry. We can probably write a GitHub action to check for changes to that file on every new PR and leave a comment warning the author if that's missing.
The text was updated successfully, but these errors were encountered: