Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takeshape/.github

Organization wide templates and tools.
https://github.com/takeshape/.github

Last synced: 1 day ago
JSON representation

Organization wide templates and tools.

Awesome Lists containing this project

README

        

# takeshape/.github

Some glue for the org.

## Label Sync

**`.github/workflows/label-sync.yml`**

This workflow syncs labels available for issues across org repos. Choose which repos are synced by editing the `labels/repos` file. Edit the labels and their descriptions in `labels/labels.yml`.

## Files Sync

**`.github/workflows/files-sync.yml`**

Sync workflows and related config files. Right now the following files are synced across the org:

- `.github/pr-labeler.yml` - config for the [PR Labeler](https://github.com/TimonVS/pr-labeler-action) action
- `.github/auto.json` - config for [Auto](https://github.com/intuit/auto)
- `.github/release-drafter.yml` - config for the [Release Drafter](https://github.com/marketplace/actions/release-drafter) action

...