Pull Request notification for tasks
ActionsThis action is used to send notification to eXo Tasks during the Pull Request workflow (creation, approval, closing,
merge)
v1.8
LatestTags
(2)This action is used to send notification to eXo Tasks during the Pull Request workflow (creation, approval, closing, merge)
name: PLF Pull Request 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: PLF Tasks Webhook
uses: Green-Hub-Tools/notifs-task@main
with:
SERVER_URL: 'https://community.exoplatform.com'
SERVER_DEFAULT_SITENAME: 'dw'
SERVER_USERNAME: ${{ secrets.SERVER_USERNAME }}
SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}
TASKS_REGEX_FILTER: '(task|maint|exo)((-|_)[0-9]{4,})+'
Pull Request notification for tasks is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.