From ad7ae8c58199e86b0d02567d5b741587539d7aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:59:54 +0000 Subject: [PATCH] Chore(deps): Bump alexwilson/enable-github-automerge-action Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 5583839f2b22cf6240044f49fba229cd0540a8b8 to d8d24b8699d9749aca9279609909abca856457c8. - [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases) - [Commits](https://github.com/alexwilson/enable-github-automerge-action/compare/5583839f2b22cf6240044f49fba229cd0540a8b8...d8d24b8699d9749aca9279609909abca856457c8) --- updated-dependencies: - dependency-name: alexwilson/enable-github-automerge-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/update-nextcloud-ocp-approve-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-nextcloud-ocp-approve-merge.yml b/.github/workflows/update-nextcloud-ocp-approve-merge.yml index 740407c3b..4a53d98d2 100644 --- a/.github/workflows/update-nextcloud-ocp-approve-merge.yml +++ b/.github/workflows/update-nextcloud-ocp-approve-merge.yml @@ -43,7 +43,7 @@ jobs: # Enable GitHub auto merge - name: Auto merge - uses: alexwilson/enable-github-automerge-action@5583839f2b22cf6240044f49fba229cd0540a8b8 # main + uses: alexwilson/enable-github-automerge-action@d8d24b8699d9749aca9279609909abca856457c8 # main if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp') with: github-token: ${{ secrets.GITHUB_TOKEN }}