From 68200c286ead85290f8f8dfac3ea7f54d9a4449a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:43:25 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from bca9db08da72b576ae3273e776e7ccf3f0a36e12 to 2.1.0. This release includes the previously tagged commit. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/bca9db08da72b576ae3273e776e7ccf3f0a36e12...5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029) Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 416ae48..bff5a9f 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -18,6 +18,6 @@ jobs: github-token: "${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }}" # We "trust" dependabot updates (this still requires all other checks to pass!) - - uses: hmarr/auto-approve-action@bca9db08da72b576ae3273e776e7ccf3f0a36e12 + - uses: hmarr/auto-approve-action@5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029 with: github-token: "${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }}"