Add action for automated backports

This commit is contained in:
Fedor Indutny 2021-06-01 11:04:56 -07:00 committed by GitHub
parent e4d7e1e9c8
commit 8841de17a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 0 deletions

View file

@ -64,6 +64,9 @@ const excludedFilesRegexps = [
'^libtextsecure/test/.+',
'^test/.+',
// Github workflows
'^.github/.+',
// Modules we trust
'^node_modules/core-js-pure/.+',
'^node_modules/core-js/.+',