Skip to content

Deprecate change-task-progress action #7

Deprecate change-task-progress action

Deprecate change-task-progress action #7

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:
- name: Checkout code
uses: actions/checkout@v2
- uses: ./
with:
asana-pat: 1/1169586892528831:0df48d5c02d61e21a725de26fe1ab8ed
action: "move-section"
trigger-phrase: "\\*\\*Asana Task:\\*\\*"
targetSection: "Review"