Fix ANR in DuckPlayerLocalFilesPath #1910
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/[email protected] | |
with: | |
asana-pat: ${{ secrets.GH_ASANA_SECRET }} | |
trigger-phrase: "Task/Issue URL:" | |
action: 'add-asana-comment' | |
is-pinned: true |