Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Staging Poc] Mute the issue tracker on staging environments #4779

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

Merged
merged 3 commits into from
May 2, 2025

Conversation

vitorguidi
Copy link
Collaborator

There are some ways buganizer can send notifications to the following personas:

  • Assignee
  • Reporter
  • Verifier
  • CC
  • Collaborator
  • User mentioned in a comment
  • Users who starred the issue

The clusterfuzz issue tracker code touches the assignee, collaborator and CC resposibilities:

  • From predator info, an email can be tagged as assignee
  • Users are CCd from owner files and from predator
  • Collaborators can be added, from the _ext_collaborators field in the Project Tracker config

This PR mutes these notifications, and adds assertions so that the program exits early in case any issue tracker code path is hit with non empty collaborator/ccs/assignees, in order to execute the proof of concept

@vitorguidi vitorguidi merged commit ae00db2 into chore/fix-create-config May 2, 2025
1 of 3 checks passed
@vitorguidi vitorguidi deleted the chore/mute-issue-tracker-2 branch May 2, 2025 20:23
Copy link
Collaborator

@jonathanmetzman jonathanmetzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants