PR #149
1 votes · 1 up · 0 down
Comments(2)
🤖 OpenChaos Bot
Summary: This PR changes the way maintenance PRs are excluded, using an explicit list instead of excluding based on the repo owner. This allows for more flexibility in designating maintenance PRs.
Files changed: 1 (src/lib/github.ts)
Vibe: Rebellion against the benevolent dictatorship!
All Activity(4)
🤖 OpenChaos Bot
Summary: This PR changes the way maintenance PRs are excluded, using an explicit list instead of excluding based on the repo owner. This allows for more flexibility in designating maintenance PRs.
Files changed: 1 (src/lib/github.ts)
Vibe: Rebellion against the benevolent dictatorship!
allow owner's PRs into the Hall of Chaos
Fixes #148. The first pass at an implementation uses an explicitly defined list of PRs to be excluded from the Hall, which would need to be updated in the event of any future maintenance. I'm open to other options such as the addition of a [maint] tag to the title of any such future PRs, but there is still the problem of #86 to contend with.
As a side effect, this would allow maintenance PRs from anyone who notices a problem and fixes it, and not just @skridlevsky.