[9.1] (backport #17993) Add stub workflow file to iterate on#18046
Merged
Conversation
* Add stub workflow file to iterate on This commit adds a stub GH action to be used for iterating on https://github.com/elastic/logstash/pull/17945/files this was based on a suggestion from the infra team for developing these workflows. Notably this has a pull_request trigger which will allow us to run the workflow from a PR raised from a test branch in the elastic/logstash repo. * Update .github/workflows/bump-java-version.yml Co-authored-by: Rye Biesemeyer <yaauie@users.noreply.github.com> * Update .github/workflows/bump-java-version.yml --------- Co-authored-by: Rye Biesemeyer <yaauie@users.noreply.github.com> (cherry picked from commit ef41e83)
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
donoghuc
approved these changes
Aug 27, 2025
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 commit adds a stub GH action to be used for iterating on https://github.com/elastic/logstash/pull/17945/files this was based on a suggestion from the infra team for developing these workflows. Notably this has a pull_request trigger which will allow us to run the workflow from a PR raised from a test branch in the elastic/logstash repo.
This is an automatic backport of pull request #17993 done by Mergify.