CI-Check: add SemaphoreCI and Packit-as-a-Service (#1293)

to make it more likely for some projects to pass the check

https://semaphoreci.com/
https://github.com/marketplace/packit-as-a-service

Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
This commit is contained in:
Evgeny Vereshchagin 2021-12-04 02:33:01 +03:00 committed by GitHub
parent 84d169bf23
commit 9f7e682fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ func isTest(s string) bool {
// Add more patterns here!
for _, pattern := range []string{
"appveyor", "buildkite", "circleci", "e2e", "github-actions", "jenkins",
"mergeable", "test", "travis-ci",
"mergeable", "packit-as-a-service", "semaphoreci", "test", "travis-ci",
} {
if strings.Contains(l, pattern) {
return true