[CI] backportrc can skip CI (#91886) (#91968)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
Kibana Machine 2021-02-18 23:12:13 -05:00 committed by GitHub
parent c0d8848a86
commit ab7cbad2f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ def getSkippablePaths() {
/^.ci\/Jenkinsfile_[^\/]+$/,
/^\.github\//,
/\.md$/,
/^\.backportrc\.json$/
]
}