alessandrozanatta/Manage label action
Adds or removes a label from issues and PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token to execute the action with | no | ${{ github.token }} |
| gitea | Whether to use the Gitea API for labels removal | no | false |
| number | The issue or PR number | no | — |
| repo | The owner and repository name | no | ${{ github.repository }} |
| add | The labels that should be added, comma separated | no | "" |
| remove | The labels that should be removed, comma separated | no | "" |
Outputs
no outputs