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"