Skip to content

Commit

Permalink
ci: update asana workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meagharty committed Feb 16, 2024
1 parent 51e14cb commit e45b577
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/asana.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Asana integration for GitHub PRs
on:
on:
workflow_dispatch:
pull_request:
types: [review_requested, closed, opened, reopened]
types: [review_requested, closed, opened, reopened, converted_to_draft, edited, ready_for_review]
pull_request_review:
types: [submitted]

jobs:
call-workflow:
Expand All @@ -11,6 +13,7 @@ jobs:
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 }}
Expand Down

0 comments on commit e45b577

Please sign in to comment.