Skip to content

Commit be15c93

Browse files
Re-enable auto cherry-pick workflow
1 parent ecf6064 commit be15c93

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,19 @@ Please complete this section if any breaking changes have been made, otherwise d
1919
## Additional comments
2020

2121
Please post additional comments in this section if you have them, otherwise delete it.
22+
23+
## Auto cherry-pick in API_LEVEL
24+
25+
If requested to port the commits from this PR on a dedicated _API_LEVEL_ branch,
26+
select the targeted one(s), or add new references if not listed:
27+
28+
[ ] TARGET_API_LEVEL: API_LEVEL_24
29+
[ ] TARGET_API_LEVEL: API_LEVEL_25
30+
31+
This will only create the PR with cherry-picks, ready to be reviewed and merged.
32+
33+
Remember:
34+
35+
- The merge will ALWAYS be a manual operation.
36+
- It is possible the cherry-picks don't apply correctly, mainly if previous commits have been forgotten.
37+
- In case of failure, there is no other solution than redo the operation manually...

.github/workflows/auto-cherry-pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Auto Cherry-pick PRs
22

33
on:
44
workflow_dispatch:
5-
# pull_request:
6-
# types: [closed]
5+
pull_request:
6+
types: [closed]
77

88
defaults:
99
run:

0 commit comments

Comments
 (0)