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

Is it preferred that users not ping all of staged-recipes? #25211

Open
mfansler opened this issue Feb 2, 2024 · 0 comments
Open

Is it preferred that users not ping all of staged-recipes? #25211

mfansler opened this issue Feb 2, 2024 · 0 comments
Labels

Comments

@mfansler
Copy link
Member

mfansler commented Feb 2, 2024

The GHA bot comments whenever users ping the staged-recipes team. From the behavior I've observed, this has not curbed pinging of staged-recipes, but rather users continue to ping both staged-recipes and a topic-specific team. Is the intent to have users stop broadly pinging the whole team when there is a focused (and responsive) subteam to handle their submission?

If so, perhaps this needs to be stated more directly, e.g., "please do not ping staged-recipes unless a topic-specific team is unavailable".

if (label == "staged-recipes") {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'To help direct your pull request to the best reviewers, ' +
'please mention a topic-specifc team if your recipe matches any of the following: ' +
'conda-forge/help-c-cpp, ' +
'conda-forge/help-cdts, ' +
'conda-forge/help-go, ' +
'conda-forge/help-java, ' +
'conda-forge/help-julia, ' +
'conda-forge/help-nodejs, ' +
'conda-forge/help-perl, ' +
'conda-forge/help-python, ' +
'conda-forge/help-python-c, ' +
'conda-forge/help-r, ' +
'conda-forge/help-ruby,' +
'or ' +
'conda-forge/help-rust' +
'. ' +
'Thanks!'
});
}

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

No branches or pull requests

1 participant