Update Asana on pull request reviewed #1059
This file contains hidden or 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: Update Asana on pull request reviewed | |
on: | |
pull_request_review: | |
types: [submitted] | |
jobs: | |
pr-reviewed: | |
name: Add PR reviewed comment to Asana task | |
uses: duckduckgo/native-github-asana-sync/.github/workflows/pr-review-notifications.yml@v1.5 | |
if: contains(join(github.event.pull_request.labels.*.name, ','), 'SBT-PFM') | |
with: | |
trigger-phrase: '\*\*Asana Task/Github Issue:\*\*' | |
secrets: | |
asana_pat: ${{ secrets.ASANA_ACCESS_TOKEN }} |