From 4a743c203714bb157043ab39486f4cdd77fb7150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:38:44 +0000 Subject: [PATCH] Bump pascalgn/automerge-action Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from f81beb99aef41bb55ad072857d43073fba833a98 to 0.9.0. This release includes the previously tagged commit. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/f81beb99aef41bb55ad072857d43073fba833a98...4775c532c615e0491d53bc42c0893840ae7cc07a) 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 b7e9712..f3733d6 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: automerge - uses: "pascalgn/automerge-action@f81beb99aef41bb55ad072857d43073fba833a98" + uses: "pascalgn/automerge-action@4775c532c615e0491d53bc42c0893840ae7cc07a" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: "approved,!work-in-progress"