Conversation
|
This pull request does not have a backport label. Could you fix it @elasticmachine? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
.mergify.yml
Outdated
| conditions: | ||
| - merged | ||
| - label=backport-v7.16.0 | ||
| - label=backport-v7.17.0 |
| labels: | ||
| - "backport" | ||
| title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" | ||
| - name: backport patches to 7.16 branch |
There was a problem hiding this comment.
I think this depends on the above if we "rename" branches from 7.x to 7.16 or if we branch off 7.16 and delete 7.x? I don't know what Github will do with the dangling PR's. In case of doubt, I would keep it.
.backportrc.json
Outdated
| { | ||
| "upstream": "elastic/beats", | ||
| "branches": [ { "name": "7.x", "checked": true }, "7.15", "7.14" ], | ||
| "branches": [ { "name": "7.x", "checked": true }, "7.16", "7.15", "7.14" ], |
There was a problem hiding this comment.
AFAIK the 7.x branch will be renamed to 7.16, so no 7.x will exists anymore.
| labels: | ||
| - "backport" | ||
| title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" | ||
| - name: backport patches to 7.16 branch |
There was a problem hiding this comment.
I think this depends on the above if we "rename" branches from 7.x to 7.16 or if we branch off 7.16 and delete 7.x? I don't know what Github will do with the dangling PR's. In case of doubt, I would keep it.
| - "{{ author }}" | ||
| branches: | ||
| - "7.x" | ||
| - "7.16" |
There was a problem hiding this comment.
if someone uses the backport-7.x label we want it to go to 7.16
…urnalbeat-ci * upstream/master: (49 commits) [CI]: use the downstream packaging pipeline for branches/tags (elastic#28589) fix: use declarative style for complete variant of the elastic-agent (elastic#28526) x-pack/auditbeat/tracing: fix regexp for kprobe description line (elastic#28609) docs: Update `api_key` example on elasticsearch output (elastic#28606) chore: add build scripts to CODEOWNERS (elastic#28615) Osquerybeat: Fix host_processes missing cmdline arguments (elastic#28622) Add note about changes to regexp package in Golang (elastic#28616) CI: nightly/weekly builds for 7.x targeting 7.16 instead (elastic#28612) Osquerybeat: Fix extenstion unable to start on windows (elastic#28598) Osquerybeat: Return the query result count with the action response (elastic#28576) Agent: Allow custom response properties in the action response (elastic#28575) [Heartbeat] Only setuid in elastic-agent image (elastic#28577) Fix formatting of `mapStateJSON` and `layerListJSON` in dashboard assets (elastic#28530) CI: refactor the run e2e build (elastic#28502) Use fsnotify with long windows name-safe changes (elastic#28517) Remove unneeded mergify config backport: Add 7.16 branch (elastic#28560) Add proxy_url support to threatintel module's malwarebazaar fileset (elastic#28533) Osquerybeat: Implement host_users, host_groups, host_processes tables as a part of our osquery_extension. (elastic#28434) [Heartbeat] Make run_once syntax a boolean (elastic#28548) ...
* chore: add-backport-next * There will be no 7.17 * Missing change * Let's move to mergify Co-authored-by: Andres Rodriguez <andresrc@gmail.com>
Merge as soon as 7.16 branch was created. Auto-merge is not yet supported, see Mergifyio/mergify#2821