aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/backport.yml
Commit message (Collapse)AuthorAge
* ci: bump korthout/backport-action from 1 to 2dependabot[bot]2023-10-30
|
* ci: bump actions/checkout from 3 to 4dependabot[bot]2023-09-04
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: simplify backport workflowdundargoc2023-04-08
|
* ci(backport): bump zeebe-io/backport-action from 0 to 1 (#22348)dundargoc2023-02-21
| | | | Notable changes are performance increases for fetching repositories and simpler workflow file.
* ci(backport): bump version to v0dundargoc2022-10-08
| | | | | | backport-action now uses "v0" tag to point to the latest stable version. This helps us avoid having to manually bump the version to get bug fixes.
* ci(backport): bump to backport-action@v0.0.8 #20366dundargoc2022-09-27
| | | Primary bug fix is allowing backports with empty PR description.
* ci: bump github actions versions #18616dundargoc2022-05-20
|
* ci(backport): remove triggering by comment (#18210)zeertzjq2022-04-23
| | | | Triggering by comment is not needed. Applying the label is enough to trigger the backport action.
* fix(ci/backport): check for event_name == "pull_request_target"James McCoy2021-11-30
| | | | [skip ci]
* ci(backport): trigger on comments too, so "/backport" worksJames McCoy2021-10-30
| | | | [skip ci]
* ci(backport): bump version to v0.0.7James McCoy2021-10-30
| | | | [skip ci]
* ci(backport): add write permissions for contents/pull_requestsJames McCoy2021-10-30
| | | | | | The workflow needs to create commits and PRs. [skip ci]
* feat(ci): add backport PR action (#14766)Michael Lingelbach2021-10-26
Trigger the backport action upon merge by marking a PR with the label `backport <branchname>` or after merge by applying the label and writing a comment containing `/backport`.