mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 22:37:25 +00:00
631a5db536
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
{%- set to_ignore = changes | filter(attribute="meta.B.value", value=0) %}
|
|
|
|
<!--
|
|
## Debug
|
|
|
|
changes:
|
|
- total: {{ changes | length }}
|
|
- silent: {{ to_ignore | length }}
|
|
- remaining: {{ changes | length - to_ignore | length }}
|
|
-->
|