mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 04:15:45 +00:00
Exclude CI related dictionary files from the CI team approval (#6563)
This commit is contained in:
committed by
GitHub
parent
9c5b161f08
commit
fcf65582a2
+3
-2
@@ -20,7 +20,7 @@ rules:
|
|||||||
condition:
|
condition:
|
||||||
include: .*
|
include: .*
|
||||||
# excluding files from 'Runtime files' and 'CI files' rules
|
# excluding files from 'Runtime files' and 'CI files' rules
|
||||||
exclude: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
exclude: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^(?!.*\.dic$|.*spellcheck\.toml$)scripts/ci/.*|^\.github/.*
|
||||||
min_approvals: 2
|
min_approvals: 2
|
||||||
teams:
|
teams:
|
||||||
- core-devs
|
- core-devs
|
||||||
@@ -28,7 +28,8 @@ rules:
|
|||||||
- name: CI files
|
- name: CI files
|
||||||
check_type: changed_files
|
check_type: changed_files
|
||||||
condition:
|
condition:
|
||||||
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
# dictionary files are excluded
|
||||||
|
include: ^\.gitlab-ci\.yml|^(?!.*\.dic$|.*spellcheck\.toml$)scripts/ci/.*|^\.github/.*
|
||||||
min_approvals: 2
|
min_approvals: 2
|
||||||
teams:
|
teams:
|
||||||
- ci
|
- ci
|
||||||
|
|||||||
Reference in New Issue
Block a user