wsbdev/ClickUp PR Link
Automatically add ClickUp task link and title to PR description
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clickup_api_key | ClickUp API key for fetching task details | yes | — |
| github_token | GitHub token for updating PR description | yes | ${{ github.token }} |
| branch_name | Branch name to extract ClickUp ID from | no | ${{ github.head_ref }} |
Outputs
| name | description |
|---|---|
| clickup_id | Extracted ClickUp task ID |
| task_url | Full URL to the ClickUp task |