|
@@ -18,7 +18,7 @@ jobs:
|
|
|
Create-cherrypick-PR:
|
|
|
# The cherrypick label is hardcoded because `contains()` doesn't seem to be able to use an environment variable as a second argument.
|
|
|
if: ${{ github.event.pull_request.merged == true && contains( github.event.pull_request.labels.*.name, 'cherrypick:4.3' ) }}
|
|
|
- runs-on: ubuntu-latest
|
|
|
+ runs-on: ubuntu-24.04
|
|
|
env:
|
|
|
# "Ternary" hack featured in the official docs.
|
|
|
# When using "Squash and merge", the commit hash is the last merge commit of the pull request merge branch.
|
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
PR_NUMBER: ${{ github.event.number }}
|
|
|
|
|
|
steps:
|
|
|
-
|
|
|
+
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
with:
|