Skip to content

feat: load the user properties for the profile header - EXO-76410 - meeds-io/MIP#163 #8342

feat: load the user properties for the profile header - EXO-76410 - meeds-io/MIP#163

feat: load the user properties for the profile header - EXO-76410 - meeds-io/MIP#163 #8342

Workflow file for this run

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,})+'