daydreammods/copy-labels-action
A GitHub action that copies the labels from one repository to another.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to use. | — | ${{ github.token }} |
| source-repo | The repository to obtain the labels from; Ensure the provided secret is able to access this. | yes | — |
| dest-repo | The repository to copy the labels onto. Defaults to the current repository; Ensure the provided secret is able to access this. | no | "" |
| regex-filter | — | no | .* |
| name-format | The format of the new name with an optional ${name} insertion. | no | ${name} |
Outputs
no outputs