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 pull request includes several updates to GitHub Actions workflows to improve CI processes and streamline messages for contributors. The most important changes include updating action versions, modifying messages for first interactions and pull requests, adding a mergebot job, and removing the closed event trigger from the testing workflow.
Updates to action versions and messages:
.github/workflows/ci-first-contributor.yml
: Updated thefirst-interaction
action to useactions/first-interaction@v1
and modified the issue and pull request messages to use a more concise format. [1] [2]Enhancements to CI workflows:
.github/workflows/ci-push-main.yml
: Added amergebot
job to automate merges under specific conditions and moved themergebot
job to an earlier position in the file. [1] [2].github/workflows/ci-testing.yml
: Removed theclosed
event trigger from theon
section to prevent unnecessary workflow runs when issues are closed.