This repository holds the standard configuration and conventions we apply to repositories in the FlowFuse organisation.
All code repositories must have the Project Automation workflow added. This is done
by adding .github/workflows/project-automation.yml
.
This workflow will ensure issues are automatically added to the Product board where it can be triaged and prioritised.
We have a standard set of labels that should be applied across all repositories listed in flowfuse-repositories.yml.
This repository includes an action that can be manually triggered to synchronise the labels.
To change the labels:
- Edit
labels.json
with details of the new label - Commit, via PR, the update
- Run the
Synchronize Labels
action - by clicking onRun workflow
.
The current automation does not remove any labels - that needs to be done manually when needed.