-
Notifications
You must be signed in to change notification settings - Fork 18
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
[MM-61]: Added the test cases for reopened event on the Github and excluded repositories in an organization. #154
base: main
Are you sure you want to change the base?
Conversation
…exclude flag for the repositories in an organization . (#29) * [MM-61]: Added the test cases for the PR 683 with the --exclude flag. * [MM-61]: Added the test cases for the PR 718 for reopened PR on gihtub. * [MM-61]: completed the fixes for the comments by Aayush. * [MM-61]: completed the fixes for the comments by Aayush. * [MM-61]: Fixed the comments by Raghav.
@DHaussermann @saturninoabril Can you please have a look at this? |
Thanks @arush-vashishtha this all looks accurate to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @arush-vashishtha, LGTM except for few comments.
@@ -0,0 +1,48 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Excluding subscription in the channel or DM/GM on MM for a repository in a organization " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: "Excluding subscription in the channel or DM/GM on MM for a repository in a organization " | |
name: "Excluding subscription in the channel or DM/GM for a repository in an organization" |
**Expected** | ||
|
||
No notification should be generated for the triggered event in the desired channel or DM/GM on MM. | ||
After step 2, notification of the triggered event should be shown in the desired channel or DM/GM on MM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please organize following the step/expected format as commented in the other PR.
@@ -0,0 +1,43 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Message in the channel or DM/GM on MM regarding the event for reopening a PR on the github" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: "Message in the channel or DM/GM on MM regarding the event for reopening a PR on the github" | |
name: "Message in the channel or DM/GM regarding the event for reopening a PR on the GitHub" |
Summary
This PR consists the test cases for the following scenarios,