duckduckgo/Asana Sync
Sync Github PRs to Asana Tasks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ASANA_ACCESS_TOKEN | Access token for Asana API calls | yes | — |
| ASANA_WORKSPACE_ID | ID of your Asana workspace | yes | — |
| ASANA_PROJECT_ID | Project ID where issues should be created in Asana | yes | — |
| move_to_section_id | If set: move the task to this section after creation | no | — |
| USER_MAP | JSON string mapping Github user IDs to Asana Email addresses | no | — |
| SKIPPED_USERS | Comma separated list of users who should not be assigned tasks | no | — |
| NO_AUTOCLOSE_PROJECTS | Comma separated list of project GIDs where we should not automatically close tasks | no | — |
| GITHUB_PAT | Github PAT used for fetching the user map from a private repo. | no | — |
| ASSIGN_PR_AUTHOR | If 'true', the PR task will be assigned to the Github PR author. | no | — |
Outputs
| name | description |
|---|---|
| task_url | URL of created/updated PR review task |
| result | Will be one of: created, updated |