From 4aa0cd0138d7e6ef0cb6deb323c824eb6bd768f6 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:37:49 +0000 Subject: [PATCH] Remove .github/workflows/add-asana-comment.yml --- .github/workflows/add-asana-comment.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-asana-comment.yml diff --git a/.github/workflows/add-asana-comment.yml b/.github/workflows/add-asana-comment.yml deleted file mode 100644 index aaa3f6d..0000000 --- a/.github/workflows/add-asana-comment.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Asana - -on: - pull_request: - types: [opened] - -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 }}"