Commit b7d59f73 authored by Maurelian's avatar Maurelian

ci: Don't nag on t.sol files

parent 9f736b2a
...@@ -99,7 +99,7 @@ pull_request_rules: ...@@ -99,7 +99,7 @@ pull_request_rules:
- name: Nag changesets - name: Nag changesets
conditions: conditions:
- and: - and:
- 'files~=\.((?<!\.spec\.)ts|go|js|mod|sum)$' - 'files~=\.((?<!\.spec\.)ts|(?<!\.t\.)sol|go|js|mod|sum)$'
- '-files~=^\.changeset/(.*)\.md' - '-files~=^\.changeset/(.*)\.md'
actions: actions:
comment: comment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment