Skip to content
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

[GH-802] Added config setting for getting notification for draft PRs #804

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raghavaggarwal2308
Copy link
Contributor

@raghavaggarwal2308 raghavaggarwal2308 commented Jul 15, 2024

Summary

  • Added config setting for getting notification for draft PRs
  • Add config setting to make the changes from this PR configurable.

Screenshot:

image

What to test:

  1. When setting is disabled:
  • Getting a single for notification regardless of the PR state (i.e. draft/ready).
  1. When setting is enable:
  • Getting a notification with less details when a draft PR is created.
  • Getting a notification with complete details when a draft PR is marked as ready for review.
  • Getting a notification with complete details for a normal PR.

How to test:

  1. Connect you github account.
  2. Create subscription for "pulls" in desired channel
  3. Trigger the desired event from github.

Ticket Link

Fixes #802

@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the new Draft PR behavior configurable
3 participants