Skip to content

Deprecate change-task-progress action #2

Deprecate change-task-progress action

Deprecate change-task-progress action #2

Workflow file for this run

name: Asana
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize", "ready_for_review"]
jobs:
set-state-review:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: nbycomp/asana-github-actions@master
with:
asana-pat: ${{ secrets.ASANA_TOKEN }}
action: "move-section"
trigger-phrase: "\\*\\*Asana Task:\\*\\*"
targetSection: "Review"