Simplify maintainer CI approval note
This commit is contained in:
parent
7012f76ff6
commit
127735f90e
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ vp run release:check
|
|||
Pull requests get a lightweight `pr-policy` check first. That check runs from
|
||||
trusted target-branch code with `pull_request_target` and does not check out or
|
||||
execute PR code. Full CI runs through the `trusted-ci` workflow after a
|
||||
maintainer applies the one-shot `ci:run-full` label; the workflow consumes that
|
||||
label before checking out the approved PR head, so new commits need another
|
||||
maintainer run. PRs that change `.forgejo/workflows` need the
|
||||
maintainer-applied `ci:reviewed-workflow` label before the policy check passes.
|
||||
maintainer applies the `ci:run-full` label; if a PR gets new commits, remove
|
||||
and reapply that label to approve another run for the new head. PRs that change
|
||||
`.forgejo/workflows` need the maintainer-applied `ci:reviewed-workflow` label
|
||||
before the policy check passes.
|
||||
|
||||
This is a Node 24 + pnpm + VitePlus monorepo. Keep changes scoped to the smallest package, app, flow,
|
||||
or docs surface that solves the problem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue