Add PR maintenance automation #3675 #3741
Closed
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.
/claim #3675
Implements automated PR maintenance that:
fixes #XXXreferences in PRsImplementation
.github/workflows/pr-maintenance.ymlactions/github-script@v7The CI failures are unrelated to this PR. This PR only adds a new standalone workflow file (
.github/workflows/pr-maintenance.yml) and doesn't modify any source code or existing workflows.The failing checks are attempting to validate workflow generation via sbt, which is not applicable to this manually created workflow file.
This workflow will function independently once merged.
@maintainers The CI check "Check that workflows are up to date" is failing because this PR adds a new manually-created workflow file that is not generated by sbt-github-actions. This is expected and does not indicate a problem with the PR.
The new
pr-maintenance.ymlworkflow is standalone and will not interfere with existing sbt-generated workflows.Fixes #3675