Automatically close bug report issues that don't have valid log files#1994
Open
AstreaTSS wants to merge 32 commits intoCaffeineMC:devfrom
Open
Automatically close bug report issues that don't have valid log files#1994AstreaTSS wants to merge 32 commits intoCaffeineMC:devfrom
AstreaTSS wants to merge 32 commits intoCaffeineMC:devfrom
Conversation
Contributor
|
I've tested this too and it works as expected. |
Contributor
|
Indirectly fixes #1977 |
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.
This PR introduces a script that validates/verifies bug report issues to make sure they have a log file as a GitHub attachment. Any invalid issues will be closed with a comment explaining what they need to do - if they go back and fix the issues, then it'll automatically be re-opened.
This is achieved through a regex and a glorified Javascript... script that runs any time an issue is opened, edited, or reopened. This is a bit hacky (as with almost everything GitHub Actions), so please feel free to point out any adjustments you want to make. This PR can be tested on my fork just by creating an issue, so feel free to use it.
Special note is the closing/opening messages, which may need changing.
(This may or may not require making it so actions can read and edit things, as well as work with PRs - I'm not sure. Just note that I tested with everything enabled.)