-
Notifications
You must be signed in to change notification settings - Fork 2
36 lines (34 loc) · 1.46 KB
/
sync-labels.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# cspell:disable
name: Labels
on:
workflow_dispatch:
jobs:
style:
name: Sync labels
runs-on: ubuntu-24.04
env:
LABELS_USERNAME: "${{ secrets.LABELS_USERNAME }}"
LABELS_TOKEN: "${{ secrets.LABELS_TOKEN }}"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install labels
- name: Sync general issue labels
run: |
labels sync --filename labels/default.toml --owner ComPWA --repo RUB-EP1-AG
labels sync --filename labels/default.toml --owner ComPWA --repo ampform
labels sync --filename labels/default.toml --owner ComPWA --repo benchmarks
labels sync --filename labels/default.toml --owner ComPWA --repo compwa.github.io
labels sync --filename labels/default.toml --owner ComPWA --repo policy
labels sync --filename labels/default.toml --owner ComPWA --repo qrules
labels sync --filename labels/default.toml --owner ComPWA --repo sphinxcontrib-hep-pdgref
labels sync --filename labels/default.toml --owner ComPWA --repo tensorwaves
labels sync --filename labels/default.toml --owner ComPWA --repo update-pip-constraints
- name: Sync issue labels for physics repositories
run: |
labels sync --filename labels/physics.toml --owner ComPWA --repo PWA-pages