From 7930112dace959e8ed46d29e0bb67029d6979906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 18:23:11 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 2.1.0 to 2.2.0 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029...df19ac68bfbdb9903418acfc8aa9228f9770c65d) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 60f11d9..03c8b64 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,6 +54,6 @@ jobs: # auto-approve-action requires write on pull-requests pull-requests: write steps: - - uses: hmarr/auto-approve-action@5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029 + - uses: hmarr/auto-approve-action@df19ac68bfbdb9903418acfc8aa9228f9770c65d with: github-token: "${{ secrets.GITHUB_TOKEN }}"