Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: add needs-ci label to tools/doc
Doc tooling needs to be able to run on builds without
internationalization enabled which is only tested in
the Jenkins CI.
  • Loading branch information
richardlau committed Oct 26, 2023
commit a23ad5da43820adea1c34fb07861d8f625cc0872
2 changes: 1 addition & 1 deletion .github/label-pr-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subSystemLabels:
/^(?:android-)?configure|node\.gyp|common\.gypi$/: build, needs-ci
# More specific tools
/^tools\/gyp/: tools, build, gyp, needs-ci
/^tools\/doc\//: tools, doc
/^tools\/doc\//: tools, doc, needs-ci
/^tools\/icu\//: tools, i18n-api, icu, needs-ci
/^tools\/osx-/: tools, macos
/^tools\/test-npm/: tools, test, npm
Expand Down