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
GitHub actions should provide the ability to set exclusion via an option exclusion. This option should accept an array of exclusions similar to API calls.
If no exclusions are specified, one default exclusion is added with the following regex: (?<excluded_file_ext>(\/\/[^?#]+\.)((?<image>jpg|jpeg|png|gif|svg|eps|webp|tif|tiff|bmp|psd|ai|raw|cr|pcx|tga|ico)|(?<video>mp4|avi|3gp|flv|h264|m4v|mkv|mov|mpg|mpeg|vob|wmv)|(?<audio>wav|mp3|ogg|wma|mid|midi|aif)|(?<document>doc|docx|odt|pdf|rtf|txt|ods|xls|xlsx|odp|ppt|pptx)|(?<font>ttf|otf|fnt|fon))(?:$|#|\?))
The exclusion is added for any method.
User can suppress the default exclusion by passing an empty array as an argument.
The text was updated successfully, but these errors were encountered:
GitHub actions should provide the ability to set exclusion via an option exclusion. This option should accept an array of exclusions similar to API calls.
If no exclusions are specified, one default exclusion is added with the following regex:
(?<excluded_file_ext>(\/\/[^?#]+\.)((?<image>jpg|jpeg|png|gif|svg|eps|webp|tif|tiff|bmp|psd|ai|raw|cr|pcx|tga|ico)|(?<video>mp4|avi|3gp|flv|h264|m4v|mkv|mov|mpg|mpeg|vob|wmv)|(?<audio>wav|mp3|ogg|wma|mid|midi|aif)|(?<document>doc|docx|odt|pdf|rtf|txt|ods|xls|xlsx|odp|ppt|pptx)|(?<font>ttf|otf|fnt|fon))(?:$|#|\?))
The exclusion is added for any method.
User can suppress the default exclusion by passing an empty array as an argument.
The text was updated successfully, but these errors were encountered: