Skip to content

Commit

Permalink
feat: add mbta asana workflow (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack authored Apr 29, 2024
1 parent 0d68e31 commit 686dd47
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions asana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Asana integration for GitHub PRs
on:
workflow_dispatch:
pull_request:
types: [review_requested, closed, opened, reopened, converted_to_draft, edited, ready_for_review]
pull_request_review:
types: [submitted]

jobs:
call-workflow:
uses: mbta/workflows/.github/workflows/asana.yml@main
with:
development-section: "In Development"
review-section: "Pending Review"
merged-section: "Merged / Not Deployed"
trigger-phrase: "\\*\\*Asana Ticket:\\*\\*"
attach-pr: true
secrets:
asana-token: ${{ secrets.ASANA_PERSONAL_ACCESS_TOKEN }}
github-secret: ${{ secrets.ASANA_GITHUB_INTEGRATION_SECRET }}

0 comments on commit 686dd47

Please sign in to comment.