PR #149

1 votes · 1 up · 0 down

View on GitHub
1
Total Votes
+1
Upvotes
-0
Downvotes
+1-0

Comments(2)

dem4gusComment#149allow owner's PRs into the Hall of Chaos
image
openchaos-bot[bot]Comment#149allow owner's PRs into the Hall of Chaos

🤖 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!


openchaos-bot

All Activity(4)

dem4gusComment#149allow owner's PRs into the Hall of Chaos
image
openchaos-bot[bot]Comment#149allow owner's PRs into the Hall of Chaos

🤖 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!


openchaos-bot

dem4gusPR opened#149

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.