Remove .github/workflows/add-asana-comment.yml
Some checks are pending
CI / lint (push) Waiting to run
CI / generate (push) Waiting to run
CI / test (push) Blocked by required conditions
Release / release (push) Waiting to run

This commit is contained in:
freckle-automation-app[bot] 2025-12-22 00:37:57 +00:00 committed by Pat Brisbin
parent 3e5dbdec77
commit 3dd2318067

View File

@ -1,19 +0,0 @@
name: Asana
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
link-asana-task:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: Asana/create-app-attachment-github-action@v1.3
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"