-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Add consecutiveMatches to action context #244997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add consecutiveMatches to action context #244997
Conversation
2bdf770 to
d58a675
Compare
💚 Build Succeeded
Metrics [docs]
History
|
|
Pinging @elastic/response-ops (Team:ResponseOps) |
ymao1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Verified works as expected.
doakalexi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Starting backport for target branches: 9.1, 9.2 |
Fixes: elastic#242572 (cherry picked from commit dd75acf)
Fixes: elastic#242572 (cherry picked from commit dd75acf)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Fixes: elastic#242572 (cherry picked from commit dd75acf)
# Backport This will backport the following commits from `main` to `9.2`: - [Add consecutiveMatches to action context (#244997)](#244997) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ersin Erdal","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-12-03T19:56:30Z","message":"Add consecutiveMatches to action context (#244997)\n\nFixes: #242572","sha":"dd75acf58471952cd89bf0ed39963d3c077c59c4","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:ResponseOps","backport:version","v9.1.0","v9.2.0","v9.3.0"],"title":"Add consecutiveMatches to action context","number":244997,"url":"https://github.com/elastic/kibana/pull/244997","mergeCommit":{"message":"Add consecutiveMatches to action context (#244997)\n\nFixes: #242572","sha":"dd75acf58471952cd89bf0ed39963d3c077c59c4"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/244997","number":244997,"mergeCommit":{"message":"Add consecutiveMatches to action context (#244997)\n\nFixes: #242572","sha":"dd75acf58471952cd89bf0ed39963d3c077c59c4"}}]}] BACKPORT--> Co-authored-by: Ersin Erdal <[email protected]>
Fixes: #242572