mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Do not run notify-pr-status workflow on community PRs (no-changelog) (#9946)
This commit is contained in:
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')
|
(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 }}
|
||||||
|
|
Loading…
Reference in a new issue