mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Do not run notify-pr-status workflow on community PRs (no-changelog) (#9946)
This commit is contained in:
committed by
GitHub
parent
8ed7db2c1e
commit
34019d62b0
1
.github/workflows/notify-pr-status.yml
vendored
1
.github/workflows/notify-pr-status.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user