pytest2/.github/workflows
Ran Benita c85b14391d ci: add a workflow for backporting to other branches
To backport a PR, e.g. 1000, to another branch, e.g. `7.0.x`, add a
label `backport 7.0.x` to the PR. This will trigger a workflow which
will create a branch `backport-1000-to-7.0.x` based on the `7.0.x`
branch with a cherry-pick of the PR's merge commit, and create a new PR
for it against the `7.0.x` branch.

It is very simplistic, for instance it doesn't handle cherry-pick
failure gracefully, doesn't validate the state of the PR, doesn't check
if the branch already exists, etc. But we can improve on it later as
needed.

Finally, PRs created by github actions do not themselves trigger further
actions, i.e. the PR isn't checked. You need to close & reopen the PR
for the checks to trigger. There are workarounds for this but they are
either less secure or require more setup.
2021-12-12 01:12:35 +02:00
..
backport.yml ci: add a workflow for backporting to other branches 2021-12-12 01:12:35 +02:00
main.yml Use codecov github action instead of deprecated bash uploader (#9252) 2021-11-01 17:41:56 +02:00
prepare-release-pr.yml Fix prepare-release-pr invocation with empty --prerelease argument 2021-08-27 14:46:28 -03:00
update-plugin-list.yml Make plugin list in PDF docs readable (#9241) 2021-10-28 11:31:52 +03:00