conda / infrastructure

A repo to report issues and have discussions about the conda infrastructure
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

Add GitHub issue metrics report to conda/conda #863

Open travishathaway opened 10 months ago

travishathaway commented 10 months ago

Checklist

What is the idea?

I think it would be good idea to add the following action to the https://github.com/conda/conda repository so we can better insights on our response times:

Why is this needed?

To get better feedback on how we are doing at responding to issues.

What should happen?

Set up the action to run once a week (on Sunday). The query should look like this:

SEARCH_QUERY=repo:conda/conda is:issue label:source::community 
LABELS_TO_MEASURE=pending::support

It should also only examine issues that have been submitted in the last 3 months.

Additional Context

No response