Take trip planner query params into account in the new trip planner #2349
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: Asana Workflow | |
on: | |
pull_request: | |
types: [review_requested, closed] | |
jobs: | |
call-workflow: | |
uses: mbta/workflows/.github/workflows/asana.yml@cbd04e1ec1e5524cde63590b7c0db5ed0d9f8cb2 | |
with: | |
complete-on-merge: false | |
review-section: "Code/Design Review" | |
merged-section: "To Be Released" | |
attach-pr: true | |
trigger-phrase: "\\*\\*Asana Ticket:\\*\\*" | |
secrets: | |
asana-token: ${{ secrets.ASANA_PERSONAL_ACCESS_TOKEN }} | |
github-secret: ${{ secrets.ASANA_SECRET }} |