Pull Request Reviewed -> Sync With Asana #267
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Reviewed -> Sync With Asana | |
on: | |
pull_request_review: | |
types: [submitted] | |
jobs: | |
pr-reviewed: | |
name: Add PR reviewed comment | |
uses: duckduckgo/native-github-asana-sync/.github/workflows/pr-review-notifications.yml@v1.4.1 | |
with: | |
trigger-phrase: "Task/Issue URL:" | |
secrets: | |
asana_pat: ${{ secrets.GH_ASANA_SECRET }} |