Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/takeshape/.github
- Owner: takeshape
- Created: 2020-08-04T19:06:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T17:28:58.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:17:40.917Z (7 months ago)
- Language: Shell
- Size: 229 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...