daydreammods/copy-labels-action

A GitHub action that copies the labels from one repository to another.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token to use.${{ github.token }}
source-repoThe repository to obtain the labels from; Ensure the provided secret is able to access this.yes
dest-repoThe repository to copy the labels onto. Defaults to the current repository; Ensure the provided secret is able to access this.no""
regex-filterno.*
name-formatThe format of the new name with an optional ${name} insertion.no${name}

no outputs