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
chore: expand skip-CI patterns and fix regex escaping in Buildkite config (#18849)
Add missing non-package files (.github/stale.yml, PULL_REQUEST_TEMPLATE.md,
.mergify.yml, CONTRIBUTING.md, README.md, pipeline.serverless.yml) to both
skip_ci_on_only_changed in pull-requests.json and non_package_patterns in
common.sh, keeping the two lists in sync.
#.github/CODEOWNERS must not be added to "skip_ci_on_only_changed" in ".buildkite/pull-requests.json".
763
+
#When this file is updated, the Buildkite build must be triggered to run the "mage check" step.
764
+
#Same for ".buildkite/scripts/packages/.+.sh": this pattern must not be added to "skip_ci_on_only_changed" to allow triggering the tests of the given package.
0 commit comments