|
|
|
|
|
by michaelmior
3026 days ago
|
|
This really depends on how you define automation. CI on GitHub depends on webhooks which is an officially supported part of the API. So there isn't anything unsolicited happening. I just don't think there's any meaningful claim that CI explicitly configured by maintainers using officially supported channels should be lumped in the same category as automated scraping of repositories for creating PRs. Sure, there are many definitions of automation that would include both of these things, but I think it's obvious what GitHub intends in practice. |
|
Perhaps they didn't mean automation per se, but CI is certainly automation, automatic merging, as in not manually merged by a human.
Perhaps a better rule would have been, no automation on repos not controlled by yourself.