Commit 3b8ffd2
[chore] Move chloggen config staleness check out of changelog job (open-telemetry#46737)
The `generate-chloggen-components` check was living in the `changelog`
job, which is skipped for PRs with the `Skip Changelog` label. This
meant auto-generated PRs could merge with a stale
`.chloggen/config.yaml`, causing the next unrelated PR to fail the
check.
Move the check to the `checks` job in `build-and-test.yml`, which runs
unconditionally on all PRs and merge queue entries.
Mirrors
open-telemetry/opentelemetry-collector#147261 parent 01d0248 commit 3b8ffd2
2 files changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 57 | | |
69 | 58 | | |
70 | 59 | | |
| |||
0 commit comments