Skip to content

Commit

Permalink
GHA: Improve PR review notifications (#5409)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208984904365490/f

### Description
Use remote workflow to post comments in an Asana task based on the
review state.
Depends on duckduckgo/native-github-asana-sync#6
being merged and relased

### Steps to test this PR
See
https://github.com/duckduckgo/Android/actions/runs/12400985000/job/34619364179?pr=5274
  • Loading branch information
malmstein authored Dec 19, 2024
1 parent 06131d6 commit ad5e0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/action-pr-approved.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/pr-review-notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Pull Request Reviewed -> Asana Sync
name: Pull Request Reviewed -> Sync With Asana

on:
pull_request_review:
types: [submitted]

jobs:
pr-reviewed:
name: Update Asana task -> PR reviewed
uses: duckduckgo/native-github-asana-sync/.github/workflows/pr-review-notifications.yml@david/improve-pr-notifications
name: Add PR reviewed comment
uses: duckduckgo/native-github-asana-sync/.github/workflows/pr-review-notifications.yml@v1.4
with:
trigger-phrase: "Task/Issue URL:"
secrets:
Expand Down

0 comments on commit ad5e0d9

Please sign in to comment.