Skip to content

Commit 722cb77

Browse files
authored
Merge pull request #642 from Chris0Jeky/ops/608-ci-extended-path-triggers
Require ci-extended pass for workflow and infrastructure PRs
2 parents 34e4918 + 51a4951 commit 722cb77

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
- [ ] Linked issue included (e.g., `Closes #123`)
2020
- [ ] Linked issue’s project item status reviewed (`Review` while this PR is open, `Done` when this PR is merged)
2121

22+
## CI Workflow Validation
23+
24+
- [ ] If this PR touches `.github/workflows/`, `deploy/`, `scripts/`, or `*.csproj` files: confirm CI Extended passed (auto-triggered on these paths)
25+
2226
## Risk Notes
2327

2428
- Security impact:

.github/workflows/ci-extended.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- frontend/**
2222
- deploy/**
2323
- scripts/**
24+
- '**/*.csproj'
2425
workflow_dispatch:
2526

2627
permissions:

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Its scope applies to the entire repo unless overridden by more specific `AGENTS.
124124
- Pull requests: Provide a short summary, key implementation notes, and testing evidence
125125
(commands run, screenshots for UI changes). Link related issues/tasks where applicable.
126126
- Keep PRs focused and small when possible; prefer follow-up PRs for refactors or additional cleanup.
127+
- PRs touching CI workflows (`.github/workflows/`), infrastructure (`deploy/`, `scripts/`), or project files (`*.csproj`) auto-trigger CI Extended. Ensure CI Extended is green before merging these PRs.
127128
- For issue execution unless the user explicitly says otherwise: open the PR after verification is complete, then perform a deliberate reviewer-style pass on the PR diff/comments before handoff.
128129

129130
## Output expectations (after work)

0 commit comments

Comments
 (0)