dependabot[bot]
f4e633871d
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [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/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-14 06:54:21 +00:00
dependabot[bot]
1478c1431d
Bump peter-evans/create-pull-request from 7 to 8
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-10 09:01:08 +00:00
dependabot[bot]
5200c0c99d
Bump actions/checkout from 4 to 5 ( #11197 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 19:35:20 +02:00
Max Hilbrunner
2bb21eaf83
CI: Add timeouts
2025-01-06 21:40:44 +01:00
Max Hilbrunner
434c5cbb1f
CI: Fix permissions
2025-01-06 21:27:47 +01:00
Max Hilbrunner
700ae14504
CI: Update from Ubuntu 22.04 to 24.04
2025-01-06 21:26:13 +01:00
tetrapod
d3a902e2d8
Add GitHub Action to automatically create cherrypick PRs ( #10361 )
...
* Add GitHub Action to automatically create cherrypick PRs
Uses peter-evans/create-pull-request and actions/checkout,
both of which are already dependencies.
When merging a PR with a cherrypick label, which only contains
a single commit, attempt to cherrypick the single commit into
a new branch, then create a PR.
Fails if there are multiple commits (to catch squash and merge).
Fails if the cherrypick does not apply cleanly.
Does not attempt to merge the new PR.
Does not attempt to update stable.
* Handle squash and merge
* Apply suggestions from code review
Co-authored-by: Thaddeus Crews <repiteo@outlook.com >
---------
Co-authored-by: Thaddeus Crews <repiteo@outlook.com >
2025-01-03 10:57:16 +01:00