
This applies changes from running yamlfmt with the `retain_line_breaks` formatting option enabled.
24 lines
542 B
YAML
24 lines
542 B
YAML
# This file is used by .github/workflows/labels.yml
|
|
# This version is only run for Pull Requests from development branches like staging-next, haskell-updates or python-updates.
|
|
|
|
"4.workflow: package set update":
|
|
- any:
|
|
- head-branch:
|
|
- '-updates$'
|
|
|
|
"4.workflow: staging":
|
|
- any:
|
|
- head-branch:
|
|
- '^staging-next$'
|
|
- '^staging-next-'
|
|
|
|
"6.topic: haskell":
|
|
- any:
|
|
- head-branch:
|
|
- '^haskell-updates$'
|
|
|
|
"6.topic: python":
|
|
- any:
|
|
- head-branch:
|
|
- '^python-updates$'
|