From a0a469b1f13e3814ba71c753dfee4d82e4004155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 01:10:34 +0000 Subject: [PATCH] fix(deps): bump hcancelik/pr-conflict-finder from 1.0.1 to 1.0.3 Bumps [hcancelik/pr-conflict-finder](https://github.com/hcancelik/pr-conflict-finder) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/hcancelik/pr-conflict-finder/releases) - [Commits](https://github.com/hcancelik/pr-conflict-finder/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: hcancelik/pr-conflict-finder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline-pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-pullrequest.yml b/.github/workflows/pipeline-pullrequest.yml index 4a5590d..f2f8c4c 100644 --- a/.github/workflows/pipeline-pullrequest.yml +++ b/.github/workflows/pipeline-pullrequest.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull Request Conflict Finder - uses: hcancelik/pr-conflict-finder@v1.0.1 + uses: hcancelik/pr-conflict-finder@v1.0.3 with: secret_token: ${{ secrets.GITHUB_TOKEN }} conflict_label: "Has Conflict"