monkeyjump-labs/Enrich PR with ClickUp Information
Extracts ClickUp ticket IDs from a PR, fetches labels from ClickUp, and applies them to the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clickup_api_token | The clickup API token that has access to retrieve ticket information | yes | — |
| clickup_team_id | The ClickUp team/workspace ID (required for custom task IDs like ENG-123). Find it in your ClickUp URL. | no | — |
| github_token | GITHUB_TOKEN or a repo scoped PAT | no | ${{ github.token }} |
| pr_number | The number of the pull request to apply labels to | yes | — |
| fail_on_no_ticket | Whether to fail the action if no ClickUp ticket is found in the PR | no | true |
Outputs
no outputs