Commit graph

5 commits

Author SHA1 Message Date
Andres Rodriguez
e9d4d022f9
devtools/label: Add initial script that can label issues/PRs (#14296)
devtools/label: Add initial script to auto-label issues/PRs.

 The first iteration of this script only allows users to add a version label based on the local branch version.yml.
2022-06-28 09:13:30 -04:00
Karol Bucek
fbeb63179e
Chore: fetch merge commit automatically with backport dev tool (#13485) 2022-02-16 16:32:48 +01:00
João Duarte
4919286e42
rename references of master branch to main branch (#13301) 2021-11-08 10:23:46 +00:00
Karol Bucek
dbc7bbe179
backport: always prefix the version number (#12722)
Ensure we always prefix the version number with 'v', so it is added to both, the original and the backport PR.

Co-authored-by: Andres Rodriguez <andres.lazo@elastic.co>
2021-03-04 17:11:31 +01:00
Andres Rodriguez
ecbad2a230
Add devtools to ease auto-creation of new PRs and Backport PRs (#12290)
Add devtools: backport and create_pr

Adds two scripts to help developers automatically create a PR:
 * backport: Allows back porting commits to any other branch. It uses cherry-pick.
 * create_pr: Automatically creates a PR from your local branch.
2020-10-08 11:54:11 -04:00