-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix labelling workflow #581
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #581 +/- ##
=======================================
Coverage 94.25% 94.25%
=======================================
Files 7 7
Lines 783 783
=======================================
Hits 738 738
Misses 45 45 ☔ View full report in Codecov by Sentry. |
I had voluntarily removed the label syncer and label config file, but should have removed the |
I suppose the intention is that we have a constant defined set of labels with consistent colors across repositories. I don't know, it seems sensible to me. |
Closes #582
The labelling workflow currently runs on pushes to main. This should only happen if the labels.yml file (which is also missing) is updated.
This PR makes the following changes:
Assuming this works as expected, we should copy these changes to the other repos