technote-space/Auto card labeler
GitHub actions that automatically labels Issues or PullRequests based on project card moves.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | no | ${{ github.token }} |
| CONFIG_FILENAME | Config file name. | no | card-labeler.yml |
| SEARCH_PROJECT_BY_REGEXP | Whether to search project name by regular expression. | no | "" |
| SEARCH_PROJECT_REGEXP_FLAGS | RegExp flags for project. | no | "" |
| SEARCH_COLUMN_BY_REGEXP | Whether to search column name by regular expression. | no | "" |
| SEARCH_COLUMN_REGEXP_FLAGS | RegExp flags for project. | no | "" |
| PROJECT_CONFIG_IS_REQUIRED | Whether to throw an error if the project's configuration is not found. | no | false |
Outputs
no outputs