You've already forked mpbot-github
mirror of
https://github.com/macports/mpbot-github.git
synced 2026-03-31 14:46:03 -07:00
7 lines
198 B
Go
7 lines
198 B
Go
package webhook
|
|
|
|
func handlePullRequest(body []byte) {
|
|
// Use |= for openmaintainer/nomaintainer (init 1) flag, nomaintainer take precedence
|
|
// Loop over ports and aggregate related maintainers
|
|
}
|