From 9ee25224f34640cfbbe8dc2a11dee7506a148172 Mon Sep 17 00:00:00 2001 From: Petter Holt Juliussen Date: Tue, 21 May 2024 09:44:39 +0200 Subject: [PATCH] Remove GitHub Actions workflow for Trello --- .github/workflows/trello.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/trello.yml diff --git a/.github/workflows/trello.yml b/.github/workflows/trello.yml deleted file mode 100644 index 2f01ffb..0000000 --- a/.github/workflows/trello.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: GitHub Commit To Trello - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - if: ${{ github.actor != 'dependabot[bot]' }} # Don't run this action if actor is dependabot - - steps: - - uses: actions/checkout@v2 - - - uses: dalezak/github-commit-to-trello-card@e6a5ecb2a9c9ea5ac56234280324b2693bccbb8e - with: - trello-api-key: ${{ secrets.TRELLO_KEY }} - trello-auth-token: ${{ secrets.TRELLO_TOKEN }} - trello-board-id: ${{ secrets.TRELLO_BOARD }} - trello-card-action: "Attachment" - trello-list-name-commit: "Under arbeid" - trello-list-name-pr-open: "Review / Test"