williambdean/Sync Closing Labels
A GitHub action to sync closing labels for a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub token with pull-requests: write permission | yes | ${{ github.token }} |
| exclude | A list of comma separate labels to not add | no | "" |
| respect_unlabeled | If true, removing label will keep the label removed | no | true |
| dry_run | If true, print labels that would be added without applying them (for testing) | no | false |
| owner | The owner of the repository | yes | ${{ github.repository_owner }} |
| repo | The repository name | yes | ${{ github.event.repository.name }} |
| pr_number | The pull request number | yes | ${{ github.event.number }} |
Outputs
no outputs