Android: Should we clean up the replyProxyMap ? #1639
Workflow file for this run
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: Asana Integration after Pull Request submitted | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
process-internal-pr: | |
name: Process internal Pull Request, adding PR link to Asana task if present | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Add comment in Asana task | |
uses: duckduckgo/native-github-asana-sync@v1.1 | |
with: | |
asana-pat: ${{ secrets.GH_ASANA_SECRET }} | |
trigger-phrase: "Task/Issue URL:" | |
action: 'add-asana-comment' | |
is-pinned: true |