From 062ff2ea8e21f52a8292e8149722847b592c169d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 06:04:09 +0000 Subject: [PATCH] :arrow_up: Bump pascalgn/automerge-action from 0.13.1 to 0.14.2 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.13.1 to 0.14.2. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.13.1...v0.14.2) 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 3e657b3..5f3aecb 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automerge - uses: pascalgn/automerge-action@v0.13.1 + uses: pascalgn/automerge-action@v0.14.2 env: GITHUB_TOKEN: "${{ secrets.GH_PAT }}" MERGE_LABELS: "merge,!work in progress,!wip"