chore: Bump phoenix_live_view from 1.2.9 to 1.2.11 #3307
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: 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] | |
| permissions: | |
| pull-requests: read # Needed to read Asana ticket info from PR description | |
| jobs: | |
| call-workflow: | |
| uses: mbta/workflows/.github/workflows/asana.yml@c76e5ccd9556fbea52bc41548f7ceed5985ad775 # v5.1.0 | |
| 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 }} |