mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 08:08:34 +01:00
This workflow / script is already doing more than must labeling: it's already auto-closing package request issues. Since we're going to migrate the nixpkgs-merge-bot into this workflow, we'll rename things to a more generic name.
24 lines
539 B
YAML
24 lines
539 B
YAML
# This file is used by .github/workflows/bot.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$'
|