Personalized Slack DMs, DX session with Reddit on 9/28
Customize your Slack DMs to reduce the noise without missing the important updates
Hangout with Reddit Mobile DX Team
Please join us if you are able to make it to our September Off-the-record to discuss how Reddit has improved their Mobile DX: https://lu.ma/wu82gcju
Personalized Slack DMs
We now offer a way to personalize Slack DMs via Aviator’s Pilot framework. Users will need to connect both GitHub and Slack accounts via the Personal Integrations page first. DMs can be configured to be either opt-in or opt-out.
Opt-out (default) example:
scenarios:
- name: "Queued PRs (Opt-out example)"
trigger:
mergequeue: queued
actions:
- slack:
direct:
text: “A new PR has been queued.”
github_users:
- login: test_user1
- login: test_user2
labels:
- queued-pr
Opt-in example:
scenarios:
- name: "Merged PRs (Opt-in example)"
trigger:
mergequeue: merged
actions:
- slack:
direct:
text: “A PR has been merged.”
github_group: "engineering"
labels:
- merged-pr
opt-in: True
Each user can customize their DMs via the Personal Integrations page:
Bug fixes and improvements
[OnPrem only] Added support for service provider initiated SAML auth, and implemented SP initiated SSO authorization in frontend.
Fixed ordering of test status results.
Properly handle skip line PRs when queue is reset.
Exposed
optimisticBotPullRequest
in GraphQL API.Updated configuration form UI to be more streamlined.
Ensured that status checks are re-validated when PRs are auto-requeued.
Minimized state transition delay for the Chrome extension.
Fixed TestDeck daily summary to properly trigger.
Reduced review dismissals by fixing PR updates.
Fixed page issue with refetching repos.
OnPrem release
version: 2023.09.25-1
Read onprem changelog