-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E2E tests: mention users in Slack based on report name and branch name #20964
Conversation
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks (other than "Required review") appearing at the bottom of this PR are passing or skipped. Jetpack plugin:
|
* master: Widget Visibility: fix undefined property ref (#20967) Carousel: update prev/next nav button colors (#20940) E2E tests: mention users in Slack based on report name and branch name (#20964) Search: fix search admin page wrapping issue for ultra wide screens (#20962) Instant Search customization: use sentence case consistently (#20931) RP: Use all args for the filter (#20953) renovate: Fix config (#20952) Backport Sync and Heartbeat Changelog from Release (#20950) Update renovate config (#20917) Sync: Defensive coding against E_NOTICE (#20921) Carousel: Fix cursor css selector (#20927) Search: Improve style specificity for result highlights in Customberg (#20945) Contact Form: add filter to allow customizing email headers. (#20912) Blocks: fix HTML markup of buttons added to our blocks. (#20936)
* master: Widget Visibility: fix undefined property ref (#20967) Carousel: update prev/next nav button colors (#20940) E2E tests: mention users in Slack based on report name and branch name (#20964) Search: fix search admin page wrapping issue for ultra wide screens (#20962) Instant Search customization: use sentence case consistently (#20931) RP: Use all args for the filter (#20953) renovate: Fix config (#20952) Backport Sync and Heartbeat Changelog from Release (#20950) Update renovate config (#20917) Sync: Defensive coding against E_NOTICE (#20921) Carousel: Fix cursor css selector (#20927) Search: Improve style specificity for result highlights in Customberg (#20945) Contact Form: add filter to allow customizing email headers. (#20912) Blocks: fix HTML markup of buttons added to our blocks. (#20936)
Changes proposed in this Pull Request:
This adds more flexibility and control over user mentions in Slack notifications. We can now configure lists of Slack handles to be mentioned for a branch or for a report name (e.g.
atomic
orgutenberg
)Jetpack product discussion
1156386383419466-as-1200924739850035
Does this pull request change what data or activity we track or use?
no
Testing instructions:
output
folder. For this, you can run the tests locally. Then run the script withNODE_ENV=test node ./bin/slack.js suite suiteName
. See script's help for more options.