Skip to content

Pull Request Reviewed -> Sync With Asana #1

Pull Request Reviewed -> Sync With Asana

Pull Request Reviewed -> Sync With Asana #1

name: Pull Request Review Submitted
on:
pull_request_review:
types: [submitted]
jobs:
pr-reviewed:
runs-on: ubuntu-latest
steps:
- name: Update Asana task -> PR reviewed
uses: duckduckgo/native-github-asana-sync@

Check failure on line 12 in .github/workflows/pr-review-notifications.yaml

View workflow run for this annotation

GitHub Actions / Pull Request Review Submitted

Invalid workflow file

The workflow is not valid. .github/workflows/pr-review-notifications.yaml (Line: 12, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'duckduckgo/native-github-asana-sync@' Input string was not in a correct format. Failure to parse near offset 92. Expected an ASCII digit.
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
trigger-phrase: "Task/Issue URL:"
pr-review-state: ${{ github.event.review.state }}
action: 'notify-pr-reviewed'