Skip to content

[ADVAPP-2283]: Enhance alerts by creating a new alert for an email or text message that is not in an actioned status #10433

[ADVAPP-2283]: Enhance alerts by creating a new alert for an email or text message that is not in an actioned status

[ADVAPP-2283]: Enhance alerts by creating a new alert for an email or text message that is not in an actioned status #10433

Workflow file for this run

name: Pull Requests
on:
pull_request:
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
code-checks:
name: Code Checks
uses: ./.github/workflows/ci.yml
secrets:
pat-token: ${{ secrets.PAT }}