Chore(deps): Bump polars from 1.3.0 to 1.14.0 #441
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: Move Asana Ticket after PR Opened | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
move-asana-ticket-job: | |
runs-on: ubuntu-latest | |
if: ${{ !github.event.pull_request.head.repo.fork }} | |
steps: | |
- name: Github-Asana Move Ticket Action | |
uses: mbta/[email protected] | |
with: | |
asana-pat: ${{ secrets.ASANA_SECRET_FOR_MOVE_ACTION }} | |
trigger-phrase: "Asana Task:" | |
target-section: "In Review" | |
task-comment: "View Pull Request Here: " |