-
Notifications
You must be signed in to change notification settings - Fork 76
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
ping goal owners #1828
Conversation
r? @jackh726 |
Some of the tests were failing.
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.
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") => { |
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.
So...I feel like it may be prudent to gate this so that only you (@nikomatsakis) can run this.
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.
...good idea, at least for now. :)
I'll make something better later.
7eef8d0
to
6fcccda
Compare
@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 |
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.
Left out a word here, but its funnier this way
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.