From 3f7f34593291e9309600b895d830e221b025e8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 01:43:40 +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 457fa4d5e6c9b48466675d52d3a9bfe069f43a54 to 835faa041540d2234ea4530506a7abd42c847dfc. - [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases) - [Commits](https://github.com/alexwilson/enable-github-automerge-action/compare/457fa4d5e6c9b48466675d52d3a9bfe069f43a54...835faa041540d2234ea4530506a7abd42c847dfc) --- 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 19642eb3a..3a7dd327f 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@457fa4d5e6c9b48466675d52d3a9bfe069f43a54 # main + uses: alexwilson/enable-github-automerge-action@835faa041540d2234ea4530506a7abd42c847dfc # main if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp') with: github-token: ${{ secrets.GITHUB_TOKEN }}