From 1ae187de4c5b2b142e85ce134262034dfcd47680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:03:55 +0000 Subject: [PATCH] :arrow_up: Bump pascalgn/automerge-action from 0.13.1 to 0.15.5 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.13.1 to 0.15.5. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.13.1...v0.15.5) --- updated-dependencies: - dependency-name: pascalgn/automerge-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 3e657b3..3ad0106 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.15.5 env: GITHUB_TOKEN: "${{ secrets.GH_PAT }}" MERGE_LABELS: "merge,!work in progress,!wip"