fedora-llvm-team / llvm-snapshots

Everything to build LLVM snapshots
https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots/
14 stars 8 forks source link

Remove old labels like `os/fedora-40` entirely after some time #530

Closed kwk closed 3 weeks ago

kwk commented 3 weeks ago

This is done now with this command:

$ for l in $(gh label list --limit 1000  --json=name | grep -Po '"\K(arch|os)/[^"]+'); do gh label delete $l --yes; done
✓ Label "arch/x86_64" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "arch/aarch64" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "arch/s390x" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/fedora-37" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/fedora-38" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/fedora-39" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/fedora-rawhide" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "arch/i386" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "arch/ppc64le" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/rhel-9" deleted from fedora-llvm-team/llvm-snapshots
✓ Label "os/fedora-40" deleted from fedora-llvm-team/llvm-snapshots