Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 769 Bytes

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 action
  • .github/auto.json - config for Auto
  • .github/release-drafter.yml - config for the Release Drafter action

...