GitHub Action should not request logs in the same Issue multiple times.
@OneBlue is already working on this.
Since Jan 7, 2025.
- Dominant language
- C++
- Stars
- 33.7k
- Forks
- 1.8k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 116
Description
**Is your feature request related to a problem? Please describe.**
In #12428 , I found that whenever I **changed the title of an issue**, GitHub Action would request the log from me **again** and add the https://github.com/microsoft/WSL/labels/needs-author-feedback label again, regardless of whether or not I had previously given feedback on the log request.
**Describe the solution you'd like**
Do not request logs from me again when I have previously given feedback on a log request.
**Describe alternatives you've considered**
I see that GitHub Action gives the issue author two options (`/feature` and `/question`) , and when the issue author gives the appropriate instructions, GitHub Action automatically adds the relevant label to the issue.
Is it feasible to stop requesting logs if the issue has already had the relevant label added?
**Additional context**
Check out the timeline for #12428 to get an idea of what was going on.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.