Skip to content

Fix weird transparent space above Flickr.com header #5

Fix weird transparent space above Flickr.com header

Fix weird transparent space above Flickr.com header #5

Workflow file for this run

name: Asana Integration after pull request submitted
on:
pull_request:
types: [opened, reopened]
jobs:
process-internal-pr:
if: contains(join(github.event.pull_request.labels.*.name, ','), 'SBT-PFM')
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.5
with:
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
trigger-phrase: '\*\*Asana Task/Github Issue:\*\*'
action: 'add-asana-comment'
is-pinned: true