Skip to content

Organization wide templates and tools.

Notifications You must be signed in to change notification settings

takeshape/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

...