Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowfuse/.github
Organisation wide default configuration
https://github.com/flowfuse/.github
Last synced: 1 day ago
JSON representation
Organisation wide default configuration
- Host: GitHub
- URL: https://github.com/flowfuse/.github
- Owner: FlowFuse
- Created: 2021-08-12T11:07:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T11:50:09.000Z (3 months ago)
- Last Synced: 2024-08-14T13:44:21.067Z (3 months ago)
- Language: Shell
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .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`](https://github.com/flowfuse/flowfuse/blob/main/.github/workflows/project-automation.yml).This workflow will ensure issues are automatically added to the [Product board](https://github.com/orgs/flowfuse/projects/3) 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](https://github.com/flowfuse/.github/blob/main/flowfuse-repositories.yml).
This repository includes [an action](https://github.com/flowfuse/.github/actions/workflows/sync-labels.yml) 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`](https://github.com/flowfuse/.github/actions/workflows/sync-labels.yml).### Removing labels
The current automation does not remove any labels - that needs to be
done manually when needed.