You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support negated release path filters
Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
* Trim whitespace after negation so the exclusion is not silently dropped
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Reject a pathless negation instead of scanning unfiltered
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Linear <linear-6ee3ee0f-1ea6-4b88-a969-f63432eeb657@linear.linear.app>
Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Co-authored-by: Axel Niklasson Yun <axel@linear.app>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Patterns use [Git pathspec](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-pathspec) glob syntax. Paths are relative to the repository root.
223
+
Patterns use [Git pathspec](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-pathspec) glob syntax. Paths are relative to the repository root. Prefix a pattern with `!` to exclude matching paths. Negated patterns can be combined with positive patterns, or used on their own to include everything except the excluded paths.
221
224
222
225
Path patterns can also be configured in your pipeline settings in Linear. If both are set, the CLI `--include-paths` option takes precedence.
0 commit comments