We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293ba34 commit 3ae127cCopy full SHA for 3ae127c
1 file changed
.github/workflows/fledge.yaml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
check_fork:
22
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
23
outputs:
24
is_forked: ${{ steps.check.outputs.is_forked }}
25
steps:
@@ -33,7 +33,7 @@ jobs:
33
shell: bash
34
35
fledge:
36
37
needs: check_fork
38
if: needs.check_fork.outputs.is_forked == 'false'
39
permissions:
@@ -107,7 +107,7 @@ jobs:
107
set -x
108
gh pr create --base main --head fledge --fill-first
109
gh workflow run rcc -f ref=$(git rev-parse HEAD)
110
- gh pr merge --merge --auto
+ gh pr merge --squash --auto
111
112
113
- name: Check release
0 commit comments