fix: Enable the import documents notification plugin by default after migrating to version 6.5 - EXO-68085 (#182) #548
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,})+' |