Authored-By: Codex (GPT-5) <noreply@openai.com>
This commit is contained in:
@@ -23,6 +23,10 @@ Title: [bug-x7k2m9] Fix terminal resize loss (chore PRs: no [bug-id] prefix
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened, edited]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
naming:
|
naming:
|
||||||
runs-on: fritzlab
|
runs-on: fritzlab
|
||||||
@@ -42,6 +46,10 @@ jobs:
|
|||||||
head-sha: ${{ github.event.pull_request.head.sha }}
|
head-sha: ${{ github.event.pull_request.head.sha }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The explicit `edited` activity is part of the enforcement contract: changing
|
||||||
|
the PR description must issue a new naming status for the same commit.
|
||||||
|
Description-only events may skip unrelated validation jobs.
|
||||||
|
|
||||||
To wire a new repo warn-only first, add `continue-on-error: true` to the
|
To wire a new repo warn-only first, add `continue-on-error: true` to the
|
||||||
job — the step still fails, but the job cannot block the PR.
|
job — the step still fails, but the job cannot block the PR.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user