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

ping goal owners #1828

Merged
merged 6 commits into from
Jul 28, 2024
Merged

ping goal owners #1828

merged 6 commits into from
Jul 28, 2024

Conversation

nikomatsakis
Copy link
Contributor

Add a zulip command to ping goal owners. I intend this to run once a week eventually but right now it's still executed manually.

@nikomatsakis
Copy link
Contributor Author

r? @jackh726

Copy link
Member

@jackh726 jackh726 left a comment

Choose a reason for hiding this comment

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

Mostly good, one thought.

@@ -188,6 +189,12 @@ fn handle_command<'a>(
.await
.map_err(|e| format_err!("Failed to await at this time: {e:?}"))
}
Some("ping-goals") => {
Copy link
Member

Choose a reason for hiding this comment

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

So...I feel like it may be prudent to gate this so that only you (@nikomatsakis) can run this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

...good idea, at least for now. :)

I'll make something better later.
@nikomatsakis
Copy link
Contributor Author

@jackh726 added the simplest of all possible ACLs :)

/// Github ID of the user allowed to ping all group people.
///
/// FIXME: We should create a team for the person/people managing the goals program
/// and check that the zulip person is on it, but I'm too
Copy link
Member

Choose a reason for hiding this comment

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

Left out a word here, but its funnier this way

@jackh726 jackh726 merged commit 5a4b41c into rust-lang:master Jul 28, 2024
2 checks passed
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