Skip to content

[AIDAPP-398]: Introduce the ability for managers and auditors of service requests to control notifications and emails related emails by service request type #1300

[AIDAPP-398]: Introduce the ability for managers and auditors of service requests to control notifications and emails related emails by service request type

[AIDAPP-398]: Introduce the ability for managers and auditors of service requests to control notifications and emails related emails by service request type #1300

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 }}