ci: Do not run notify-pr-status workflow on community PRs (no-changelog) (#9946)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-07-04 21:32:18 +02:00 committed by GitHub
parent 8ed7db2c1e
commit 34019d62b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ jobs:
(github.event_name == 'pull_request' && github.event.pull_request.merged == false && github.event.action == 'closed') (github.event_name == 'pull_request' && github.event.pull_request.merged == false && github.event.action == 'closed')
steps: steps:
- uses: fjogeleit/http-request-action@dea46570591713c7de04a5b556bf2ff7bdf0aa9c # v1 - uses: fjogeleit/http-request-action@dea46570591713c7de04a5b556bf2ff7bdf0aa9c # v1
if: ${{!contains(github.event.pull_request.labels.*.name, 'community')}}
name: Notify name: Notify
env: env:
PR_URL: ${{ github.event.pull_request.html_url }} PR_URL: ${{ github.event.pull_request.html_url }}