Skip to content

[ADVAPP-2285]: Enhance the action center report for students by eliminating activity insights and adding two additional alerts for new messages and open concerns #10487

[ADVAPP-2285]: Enhance the action center report for students by eliminating activity insights and adding two additional alerts for new messages and open concerns

[ADVAPP-2285]: Enhance the action center report for students by eliminating activity insights and adding two additional alerts for new messages and open concerns #10487

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