From e2b5761f5b6cf78e6ceccedba4349fb91cc1f51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:30:00 +0000 Subject: [PATCH] :arrow_up: Bump pascalgn/automerge-action from 0.13.1 to 0.14.1 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.13.1 to 0.14.1. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.13.1...v0.14.1) 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..dab8ae0 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.1 env: GITHUB_TOKEN: "${{ secrets.GH_PAT }}" MERGE_LABELS: "merge,!work in progress,!wip"