Skip to content

Commit

Permalink
ci: Do not run notify-pr-status workflow on community PRs (no-changel…
Browse files Browse the repository at this point in the history
…og) (#9946)
  • Loading branch information
netroy authored Jul 4, 2024
1 parent 8ed7db2 commit 34019d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notify-pr-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
(github.event_name == 'pull_request' && github.event.pull_request.merged == false && github.event.action == 'closed')
steps:
- uses: fjogeleit/http-request-action@dea46570591713c7de04a5b556bf2ff7bdf0aa9c # v1
if: ${{!contains(github.event.pull_request.labels.*.name, 'community')}}
name: Notify
env:
PR_URL: ${{ github.event.pull_request.html_url }}
Expand Down

0 comments on commit 34019d6

Please sign in to comment.