Require deduplicator success before commenting (#13399)

Fixed recent regression in issue dedup action
This commit is contained in:
Eric Traut 2026-03-03 15:32:47 -07:00 committed by GitHub
parent 6bee02a346
commit bab32afa93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,7 +335,7 @@ jobs:
comment-on-issue:
name: Comment with potential duplicates
needs: select-final
if: ${{ needs.select-final.result != 'skipped' }}
if: ${{ always() && needs.select-final.result == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: read