1# This file is used by .github/workflows/labels.yml
2# This version is only run for Pull Requests from development branches like staging-next, haskell-updates or python-updates.
3
4"4.workflow: package set update":
5 - any:
6 - head-branch:
7 - '-updates$'
8
9"4.workflow: staging":
10 - any:
11 - head-branch:
12 - '^staging-next$'
13 - '^staging-next-'
14
15"6.topic: haskell":
16 - any:
17 - head-branch:
18 - '^haskell-updates$'
19
20"6.topic: python":
21 - any:
22 - head-branch:
23 - '^python-updates$'