From 80ec95aae4681dc7094b5d47fb897ea6ebc1c447 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:37:06 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..bd84589 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>freckle/renovate-config" + ], + "minimumReleaseAge": "0 days" +} From 5ace40400140376272647166507f319ee7d340f9 Mon Sep 17 00:00:00 2001 From: "freckle-automation-app[bot]" <176077675+freckle-automation-app[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:37:07 +0000 Subject: [PATCH 2/3] Add .github/workflows/add-asana-comment.yml --- .github/workflows/add-asana-comment.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/add-asana-comment.yml diff --git a/.github/workflows/add-asana-comment.yml b/.github/workflows/add-asana-comment.yml new file mode 100644 index 0000000..4cf57d8 --- /dev/null +++ b/.github/workflows/add-asana-comment.yml @@ -0,0 +1,20 @@ +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 }}" From aaf7dc8269b314db15f9897f14d79794a167b2f2 Mon Sep 17 00:00:00 2001 From: Joris Buchou Date: Wed, 31 Dec 2025 09:53:40 -0800 Subject: [PATCH 3/3] Delete .github/workflows/add-asana-comment.yml --- .github/workflows/add-asana-comment.yml | 20 -------------------- 1 file changed, 20 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 4cf57d8..0000000 --- a/.github/workflows/add-asana-comment.yml +++ /dev/null @@ -1,20 +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 }}"