diff --git a/.github/workflows/pr-conflict.yml b/.github/workflows/pr-conflict.yml index d250c701fc..5442b87328 100644 --- a/.github/workflows/pr-conflict.yml +++ b/.github/workflows/pr-conflict.yml @@ -10,11 +10,8 @@ jobs: steps: - name: Check for specific label if: contains(github.event.pull_request.labels.*.name, 'conflict pending') - uses: actions-cool/maintain-one-comment@v3.1.1 + uses: actions-cool/maintain-one-comment@v3.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @${{ github.event.pull_request.user.login }} This PR has conflicts, please resolve them. - - body-include: '' - number: ${{ github.event.pull_request.number }}