We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9343af5 + 0c54070 commit ae08bbcCopy full SHA for ae08bbc
.github/workflows/merge-up.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Create pull request
26
id: create-pull-request
27
- uses: alcaeus/automatic-merge-up-action@1.0.0
+ uses: alcaeus/automatic-merge-up-action@1.0.1
28
with:
29
ref: ${{ github.ref_name }}
30
branchNamePattern: 'v<major>.<minor>'
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
109
- name: "Determine branch to merge up to"
110
id: get-next-branch
111
- uses: alcaeus/automatic-merge-up-action/get-next-branch@1.0.0
+ uses: alcaeus/automatic-merge-up-action/get-next-branch@1.0.1
112
113
114
0 commit comments