actions-marketplace-validations/Repository Gardening
Manage Pull Requests and issues in your Open Source project (automate labelling, milestones, feedback to PR authors, ...).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token | yes | ${{ github.token }} |
| add_labels | Labels and paths to match from a workflow. | no | "" |
| reply_to_customers_threshold | Minimum of support references needed to trigger a reminder to batch-reply to customers. Default to 10. | no | 10 |
| slack_token | Slack Bot access token | no | "" |
| slack_design_channel | Slack channel ID where messages for the Design team will be sent | no | "" |
| slack_editorial_channel | Slack channel ID where messages for the Editorial team will be sent | no | "" |
| slack_he_triage_channel | Slack channel ID where messages for the HE Triage team will be sent | no | "" |
| slack_team_channel | Slack channel ID where general notifications should be sent | no | "" |
| slack_quality_channel | Slack channel ID where issues needing extra triage / escalation will be sent | no | "" |
| slack_product_ambassadors_channel | Slack channel ID where messages about PRs needing docs review will be sent | no | "" |
| tasks | Comma-separated selection of task names (function name, camelCase) this action should run. e.g. addLabels,cleanLabels | no | all |
| triage_projects_token | Triage Projects access token | no | "" |
| project_board_url | URL of the GitHub project board to update | no | "" |
| labels_team_assignments | Mapping of team assignments for labels | no | "" |
| ai_labeling_enabled | Enable AI labeling of issues | no | false |
| openai_api_key | OpenAI API key | no | "" |
| linear_api_key | Linear API key, used to create issues on Linear when needed. | no | "" |
| linear_docs_team_id | Linear Team ID for the team handling documentation-related issues. | no | "" |
| slack_notify_on_customer_report | Send a Slack notification when a "Customer Report" label is added to an issue. Default to true. | no | true |
Outputs
no outputs