chore(gha): fix conflict checker action (#8586)

This commit is contained in:
César Arroba
2025-08-27 13:41:39 +02:00
committed by GitHub
parent 20f2f45610
commit 25098bc82a
@@ -97,6 +97,7 @@ jobs:
if: steps.conflict-check.outputs.has_conflicts == 'false'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.PROWLER_BOT_ACCESS_TOKEN }}
script: |
try {
await github.rest.issues.removeLabel({