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

open Zulip streams for new project goal proposals #1880

Open
nikomatsakis opened this issue Jan 13, 2025 · 0 comments
Open

open Zulip streams for new project goal proposals #1880

nikomatsakis opened this issue Jan 13, 2025 · 0 comments

Comments

@nikomatsakis
Copy link
Contributor

Per rust-lang/rust-project-goals#216, it'd be great to have a new Zulip stream for each PR that adds a new project goal proposal.

Today, the bot detects the creation of new tracking issues and creates a corresponding Zulip thread:

// When a new issue is opened that is tagged as a tracking issue,
// automatically create a Zulip topic for it and post a comment to the issue.
Event::Issue(IssuesEvent {
action: IssuesAction::Opened,
issue,
..
}) => {

We would presumably want something very similar. I'm imagining that if a new PR is created that adds a new file matching the regex src/\d\d\d\dh\d then we open a Zulip stream like proposal: XXX rust-project-goals#123 with a link to the PR.

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

No branches or pull requests

1 participant