From 16b4d7c46a51b1aa4cf62c9198c45c2a7b6f2a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 20:36:49 +0000 Subject: [PATCH] Bump nucleos/auto-merge-action from 1.1.0 to 1.2.0 Bumps [nucleos/auto-merge-action](https://github.com/nucleos/auto-merge-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/nucleos/auto-merge-action/releases) - [Changelog](https://github.com/nucleos/auto-merge-action/blob/1.3.x/CHANGELOG.md) - [Commits](https://github.com/nucleos/auto-merge-action/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: nucleos/auto-merge-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-merge.yml b/.github/workflows/automatic-merge.yml index b362202e..06643227 100644 --- a/.github/workflows/automatic-merge.yml +++ b/.github/workflows/automatic-merge.yml @@ -12,6 +12,6 @@ jobs: steps: - name: "Merge" - uses: "nucleos/auto-merge-action@1.1.0" + uses: "nucleos/auto-merge-action@1.2.0" env: "GITHUB_TOKEN": ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}