https://github.com/shortwave/github-asana-integration
An Asana integration that adds comments in Asana when a task is referenced in a Github comment.
https://github.com/shortwave/github-asana-integration
Last synced: 10 months ago
JSON representation
An Asana integration that adds comments in Asana when a task is referenced in a Github comment.
- Host: GitHub
- URL: https://github.com/shortwave/github-asana-integration
- Owner: shortwave
- License: mit
- Created: 2022-02-09T04:03:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T00:24:47.000Z (about 1 year ago)
- Last Synced: 2025-04-16T01:24:14.401Z (about 1 year ago)
- Language: TypeScript
- Size: 573 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Asana Integration
This action can be added to pull request and issue workflows to monitor comments,
and comment on Asana tasks referenced in them.
## Inputs
### `asana-pat`
**Required** Asana Personal Access Token.
### `comment-prefix`
**Optional** A text prefix that will be added to Asana comments. Defaults to ` referenced in: `.
## Example usage
```
uses: shortwave/github-asana-integration@main
with:
asana-pat: ${{ secrets.ASANA_TOKEN }}
```
# Development
Make sure to build and commit any changes to the `dist` folder.
```bash
npm install
npm run build
```