Skip to content

Increase iOS Malicious Site Protection to 50% #24

Increase iOS Malicious Site Protection to 50%

Increase iOS Malicious Site Protection to 50% #24

Workflow file for this run

name: Mark Asana task complete on merge
on:
pull_request:
types: [closed]
jobs:
add-pr-merged-comment:
if: contains(join(github.event.pull_request.labels.*.name, ','), 'SBT-PFM') && (github.event.pull_request.merged == true)
name: Process Pull Request, closing linked Asana task
runs-on: ubuntu-latest
steps:
- name: Add comment in Asana task
uses: duckduckgo/native-github-asana-sync@v1.5
with:
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
trigger-phrase: '\*\*Asana Task/Github Issue:\*\*'
action: 'notify-pr-merged'
is-complete: true