Remove temporary pixel when visit site dialog is shown #1981
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: Mark task as complete on merge | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
add-pr-merged-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: duckduckgo/[email protected] | |
if: github.event.pull_request.merged | |
with: | |
asana-pat: ${{ secrets.GH_ASANA_SECRET }} | |
trigger-phrase: "Task/Issue URL:" | |
action: 'notify-pr-merged' | |
is-complete: true |