chore(ci): only run PRD number check for PRs into main
The require-numbered-prds gate previously ran on every pull request. Scope its trigger to PRs whose base branch is main, so numbering is only enforced at the point of merging into main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit was merged in pull request #502.
This commit is contained in:
@@ -3,6 +3,7 @@ name: prd-number-check
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
require-numbered-prds:
|
||||
|
||||
Reference in New Issue
Block a user