Revert pull-request-helper change #4585
Merged
+27
−4
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.
Revert #4553.
Sometimes, the PR checks in the repo are not running. The only job is the "required-status-check" job stuck at "Expected — Waiting for status to be reported". Example: #4564, #4557, #4561.
This only happens when the command
@dependabot recreatecausedgithub-actionsbot to modify the code with./gradlew resolveAndLockAll --write-lockscommand. If thegithub-actionsbot wasn't triggered, the PR checks workflow would trigger properly. Example: #4565.I can unblock it for a given PR, but it needs MANUALLY closing and reopening the PR every single time according to this StackOverflow https://stackoverflow.com/questions/52200096/github-pull-request-waiting-for-status-to-be-reported