Dependabot settings: remove the Automated testing label.#53116
Conversation
desrosj
left a comment
There was a problem hiding this comment.
This seems fine.
It looks like two [Type] labels are currently being added, automated testing and build tooling (see #51461). It's likely adding what's closest to the inaccuracy being fixed here. For what it's worth, I think GitHub Actions related changes could affect either, or even both. Build Tools will not always be the correct label.
If they're both added, it forces someone to think about which one is more appropriate before removing the second one. Maybe instead of deleting Automated Testing, adjust it to [Type] Automated Testing?
I'm not the person using these labels for anything currently, though. So I defer to you all.
Thanks for the insights, @desrosj ! What triggered me to open this PR is that I have recently renamed Given that you usually review those PRs, would you find that too much of a hassle? I'm happy to close this PR if you prefer that approach 🙂 |
What?
Updates the dependabot settings to add less labels to PRs.
Why?
Following up on #52760, PRs should only have one label of each type. Moreover, the
Automated testinglabel has been updated to[Type] Automated testingand doesn't exist anymore.How?
By removing the
Automated testinglabel from the dependabot settings.