We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When submitting a pull request without a change log entry, seven notification emails are sent. (Eight if the submitter is not a codeowner.)
Submit a pull request without a change log entry or skip-changelog tag.
Zero or one notification emails to project maintainers.
The action is set to run on types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled] so it runs:
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
Suggested fix:
review_requested
labeled
The text was updated successfully, but these errors were encountered:
FYI, the problem is worse on OpenSearch core:
Sorry, something went wrong.
Fixed in #646
No branches or pull requests
What is the bug?
When submitting a pull request without a change log entry, seven notification emails are sent. (Eight if the submitter is not a codeowner.)
How can one reproduce the bug?
Submit a pull request without a change log entry or skip-changelog tag.
What is the expected behavior?
Zero or one notification emails to project maintainers.
Do you have any screenshots?
Do you have any additional context?
The action is set to run on
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
so it runs:Suggested fix:
review_requested
typelabeled
type to only care about adding or removing the two labels associated with this workflowThe text was updated successfully, but these errors were encountered: