From 206aa9118c3bf4933c6ddbf534c9b913efccf67e Mon Sep 17 00:00:00 2001 From: Houssem Ben Ali Date: Tue, 11 Feb 2025 13:16:22 +0100 Subject: [PATCH] SWF: Remove legacy notification tasks workflow --- .github/workflows/webhooktasks.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/webhooktasks.yml diff --git a/.github/workflows/webhooktasks.yml b/.github/workflows/webhooktasks.yml deleted file mode 100644 index f89e9e0ea..000000000 --- a/.github/workflows/webhooktasks.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: eXo Pull Request Tribe Notifications - -on: - pull_request: - types: [opened, reopened, closed, review_requested] - pull_request_review: - types: [submitted] - -jobs: - notify_tasks: - name: Check for tasks identifiers - runs-on: ubuntu-latest - steps: - - name: eXo Tasks Webhook - uses: Green-Hub-Tools/notifs-task@v1 - with: - SERVER_URL: 'https://community.exoplatform.com' - SERVER_DEFAULT_SITENAME: 'dw' - SERVER_USERNAME: ${{ secrets.TRIBE_USERNAME }} - SERVER_PASSWORD: ${{ secrets.TRIBE_PASSWORD }} - TASKS_REGEX_FILTER: '(task|maint|exo)((-|_)[0-9]{4,})+' \ No newline at end of file