Skip to content

Commit

Permalink
ci: switch to MBTA Asana GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Dec 20, 2024
1 parent e038654 commit 57962c7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 43 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/asana-merged.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/asana-pr-opened.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/asana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Asana integration
on:
pull_request:
types:
- closed
- converted_to_draft
- opened
- ready_for_review
- reopened

jobs:
asana:
uses: mbta/workflows/.github/workflows/asana.yml@v3
with:
development-section: In Progress
review-section: In Review
merged-section: Ready to Deploy
attach-pr: true
trigger-phrase: "\\*\\*Asana task\\*\\*:"
secrets:
asana-token: ${{ secrets.ASANA_SECRET_FOR_INSURIFY_ACTION }}
github-secret: ${{ secrets.ASANA_GITHUB_INTEGRATION_SECRET }}

0 comments on commit 57962c7

Please sign in to comment.