[ACS-10175] Add logic to send notification only if the user adds label after creating pr

This commit is contained in:
Shivangi Shree
2026-08-07 16:21:21 +05:30
parent d62f241098
commit 3280107fe0
+2 -1
View File
@@ -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