From 6fea9c2385b63a92009963c3ac0a9088de153a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:37:01 +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 4a6a8df0c7ae0e9f7a993b55fab35bb25ba3b456 to 445561e3e8a963aba407c0aa2664bd38a0acf2f3. - [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases) - [Commits](https://github.com/alexwilson/enable-github-automerge-action/compare/4a6a8df0c7ae0e9f7a993b55fab35bb25ba3b456...445561e3e8a963aba407c0aa2664bd38a0acf2f3) --- 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 fb8085c4c..fbcc6e80f 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@4a6a8df0c7ae0e9f7a993b55fab35bb25ba3b456 # main + uses: alexwilson/enable-github-automerge-action@445561e3e8a963aba407c0aa2664bd38a0acf2f3 # main if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp') with: github-token: ${{ secrets.GITHUB_TOKEN }}