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.
1 parent 73c13a4 commit cd84495Copy full SHA for cd84495
.github/workflows/update-versions.yml
@@ -1,9 +1,6 @@
1
name: Update Versions
2
3
on:
4
- push:
5
- branches:
6
- - "dak/ci/maintain-versions"
7
schedule:
8
- cron: "* */6 * * *"
9
workflow_dispatch:
@@ -35,3 +32,9 @@ jobs:
35
32
title: "Update versions from docker hub"
36
33
branch: update-versions
37
34
delete-branch: true
+ - name: Enable Pull Request Automerge
+ if: steps.cpr.outputs.pull-request-operation == 'created'
+ uses: peter-evans/enable-pull-request-automerge@v3
38
+ with:
39
+ pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
40
+ merge-method: squash
0 commit comments