5 Commits

Author SHA1 Message Date
Marc Auberer
831469fb55
Automatically add false-positive/false-negative labels (#117811)
Fixes #117762
2024-11-28 11:12:06 +01:00
Tom Stellard
6fe94c3bae
[Workflows] Enable commit access requests via GitHub issues (#100458)
This updates the auto-labeler to match a specific issue title that is
going to be used for requesting commit access and then add the
infrastructure:commit-access-request label.

This will notify the admin team who will be able to handle the request.

See
https://discourse.llvm.org/t/rfc-change-the-process-for-requesting-commit-access/80184

---------

Co-authored-by: Vlad Serebrennikov <serebrennikov.vladislav@gmail.com>
2024-11-18 17:53:59 -08:00
Vlad Serebrennikov
b242820d1d
Fix issue labeler applying incorrect label for libc++abi issues (#67811) 2023-09-29 18:46:42 +04:00
cor3ntin
6c8243060d
[Github] Use our own issue labeler fork (#65900)
- Only adds 'new issue' if no other label is added
(https://github.com/llvm/llvm-project/issues/65701)

- No not add labels if labels were already set
- Only add `foo` if there are no `foo:bar` label being added (although,
we don't use that yet)

Fixes #65701
2023-09-15 18:14:11 +02:00
Corentin Jabot
836f2470fb [Github] Move the issue labeler data out of workflows
To avoid it being considered a workflow script.
2023-09-05 15:10:42 +02:00