Commit fa692011 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ci): no changeset nag for ts tests (#2461)

Modifies mergify.yml to no longer yell at me to add a changeset
when a PR only modifies .spec.ts files.
parent bc289e91
......@@ -100,7 +100,7 @@ pull_request_rules:
- name: Nag changesets
conditions:
- and:
- 'files~=\.(ts|go|js|mod|sum)$'
- 'files~=\.((?<!\.spec\.)ts|go|js|mod|sum)$'
- '-files~=^\.changeset/(.*)\.md'
actions:
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