williambdean/Sync Closing Labels

A GitHub action to sync closing labels for a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh_tokenGitHub token with pull-requests: write permissionyes${{ github.token }}
excludeA list of comma separate labels to not addno""
respect_unlabeledIf true, removing label will keep the label removednotrue
dry_runIf true, print labels that would be added without applying them (for testing)nofalse
ownerThe owner of the repositoryyes${{ github.repository_owner }}
repoThe repository nameyes${{ github.event.repository.name }}
pr_numberThe pull request numberyes${{ github.event.number }}

no outputs