mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10175] Add logic to send notification only if the user adds label after creating pr
This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
||||
if: >-
|
||||
github.event.action == 'labeled' &&
|
||||
github.event.label.name == 'A/N BDU' &&
|
||||
github.event.pull_request.state == 'open'
|
||||
github.event.pull_request.state == 'open' &&
|
||||
github.event.pull_request.created_at != github.event.pull_request.updated_at
|
||||
steps:
|
||||
- name: Send Teams notification
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@1d671f8f10336861c89c67be57c6648d98876103 # v18.19.0
|
||||
|
||||
Reference in New Issue
Block a user