Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.3 KB

.github

This repository holds the standard configuration and conventions we apply to repositories in the FlowFuse organisation.

Automations

Project Automation

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.

Labels

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.

Add/edit labels

To change the labels:

  1. Edit labels.json with details of the new label
  2. Commit, via PR, the update
  3. Run the Synchronize Labels action - by clicking on Run workflow.

Removing labels

The current automation does not remove any labels - that needs to be done manually when needed.