mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
13 lines
464 B
YAML
13 lines
464 B
YAML
self-hosted-runner:
|
|
# Labels of self-hosted or not-yet-known-upstream runner in array of strings.
|
|
labels: []
|
|
# Configuration variables in array of strings defined in your repository or
|
|
# organization. `null` means disabling configuration variables check.
|
|
# Empty array means no configuration variable is allowed.
|
|
config-variables:
|
|
- BREW_COMMIT_CLIENT_ID
|
|
paths:
|
|
"**/.github/workflows/tests.yml":
|
|
ignore:
|
|
- unknown permission scope "code-quality"
|