sunpy / package-template

A cookiecutter template for packages that want to have a similar setup to sunpy
2 stars 4 forks source link

Add a system where a core set of issue labels can be configured from the template #46

Open Cadair opened 4 months ago

Cadair commented 4 months ago

Describe the feature

It would be nice if in the template we had a configuration for a set of shared issue labels and then a GH actions script which can be used to configure the repo with those labels. We could also have a set of disallowed labels which will get deleted by the script (such as some of the GH default ones).

This might be useful: https://github.com/opsdroid/org-management/blob/master/scripts/sync-labels.py

Proposed solution

An alternative solution is a workflow or script which runs somewhere centralised to do this, but that would need more permissions than a workflow running on each repo.