An open API service indexing awesome lists of open source software.

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.

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
```