https://bugzilla.wikimedia.org/show_bug.cgi?id=73077
Antoine "hashar" Musso (WMF) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Antoine "hashar" Musso (WMF) <[email protected]> --- Seems we should only trigger it when .rubocop.* or .rb files are changed. In Zuul something like: jobs: - name: '^.*-rubocop$' files: '(^\.rubocop\..*|.*\.rb$)' The same files: statement would have to be added to any other rubocop jobs defined as non voting in the jobs section. Ie: - name: mediawiki-core-bundle-rubocop voting: false + files: '(^\.rubocop\..*|.*\.rb$)' -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
