Skip to content

Add internal dev setting to allow debug autofill JS to be selected on the fly #738

Add internal dev setting to allow debug autofill JS to be selected on the fly

Add internal dev setting to allow debug autofill JS to be selected on the fly #738

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