OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Fix for Sending Notification to Slack Channel on List of PRs in LSP4IJ #804

Closed vaisakhkannan closed 2 weeks ago

vaisakhkannan commented 3 weeks ago

Fixes #803 Added a new YAML file, pr-notification-slack.yaml, for sending Slack notifications based on cron job runs.

vaisakhkannan commented 3 weeks ago

NOTE: In GitHub Actions (GHA), a cron job is defined using the schedule event in the workflow configuration. By default, a cron job will run on the default branch of the repository, which is typically the main branch. Based on this PR code, the cron job will trigger after OpenLiberty/liberty-tools-intellij/contIntegrationLsp4ij is merged into the main branch.

vaisakhkannan commented 3 weeks ago

@TrevCraw , There are three tests failing on Linux, and Mac is also failing. I hope both are known failures.