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

Migrate issue labeler to issueLabeler.yml policy #21488

Closed
wants to merge 50 commits into from

Conversation

sophies927
Copy link
Contributor

@sophies927 sophies927 commented Jul 24, 2024

Create a new issue labeler policy to replace existing GitHub Actions workflow

Will temporarily disable existing labeler workflow before merging this PR for testing purposes

If this workflow works, I'll remove the old one + corresponding YAML files

Description

Motivation and Context

Create new labeler workflow
@sophies927 sophies927 marked this pull request as ready for review July 24, 2024 23:34
@sophies927 sophies927 requested a review from a team as a code owner July 24, 2024 23:34
snnn
snnn previously approved these changes Jul 25, 2024
Fix typo in labeler file title (.ylm --> .yml), switch out double quotes for single quotes so RegEx will be interpreted correctly, move from workflows --> policies folder to prevent errors, and adjust quantization RegEx
snnn
snnn previously approved these changes Jul 27, 2024
Copy link
Member

@snnn snnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what the check means.

@sophies927 sophies927 marked this pull request as draft July 29, 2024 17:49
@sophies927
Copy link
Contributor Author

Not sure what the check means.

I need to investigate further b/c I can't find any info about the error in their documentation.

I'm going to convert this PR back into a draft while I look into it + update the existing issue labeler workflow for the time being.

sophies927 and others added 24 commits August 7, 2024 10:26
Replacing w/ TEST_issueLabeler.yml
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: liqunfu <liqun.fu@microsoft.com>
Signed-off-by: Liqun Fu <liqun_fu@hotmail.com>
Signed-off-by: duansheng.liu <44742794+duanshengliu@users.noreply.github.com>
Co-authored-by: Adrian Lizarraga <adlizarraga@microsoft.com>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: pengwa <pengwa@microsoft.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Preetha Veeramalai <preetha.veeramalai@intel.com>
Co-authored-by: ubuntu <ubuntu@ubuntu-mtlp-118727.iind.intel.com>
Co-authored-by: vthaniel <vishnudas.thaniel.s@intel.com>
Co-authored-by: sfatimar <sahar.fatima@intel.com>
Co-authored-by: saurabhkale17 <saurabh1.kale@intel.com>
Co-authored-by: Maheshkar <ankit.maheshkar@intel.com>
Co-authored-by: Yueqing Zhang <yuz75@Pitt.edu>
Co-authored-by: Yifan Li <109183385+yf711@users.noreply.github.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
Co-authored-by: Hector Li <hecli@microsoft.com>
Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: aamajumder <150728138+aamajumder@users.noreply.github.com>
Co-authored-by: Wanming Lin <wanming.lin@intel.com>
Co-authored-by: Prathik Rao <prathik.rao@gmail.com>
Co-authored-by: Jian Chen <cjian@microsoft.com>
Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
Co-authored-by: zz002 <zhenze.wang@amd.com>
Co-authored-by: Zhenze Wang <zhenzew@xilinx.com>
Co-authored-by: Yueqing Zhang <yueqingz@amd.com>
Co-authored-by: maggie1059 <34173352+maggie1059@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jingyanwangms <47403504+jingyanwangms@users.noreply.github.com>
Co-authored-by: Ranjit Ranjan <165394499+ranjitshs@users.noreply.github.com>
Co-authored-by: liqun Fu <liqfu@microsoft.com>
Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com>
Co-authored-by: Xu Xing <xing.xu@intel.com>
Co-authored-by: mingyueliuh <131847423+mingyueliuh@users.noreply.github.com>
Co-authored-by: mingyue <mingyue@amd.com>
Co-authored-by: Yi Zhang <zhanyi@microsoft.com>
Co-authored-by: jatinwadhwa921 <110383850+jatinwadhwa921@users.noreply.github.com>
Co-authored-by: Adam Reeve <adreeve@gmail.com>
Co-authored-by: mcollinswisc <maxwell.collins@tetramem.com>
Co-authored-by: vraspar <vrajang@outlook.com>
Co-authored-by: Yi-Hong Lyu <yilyu@microsoft.com>
Co-authored-by: Sumit Agarwal <sumitagarwal330@gmail.com>
Co-authored-by: Jing Fang <126209182+fajin-corp@users.noreply.github.com>
Co-authored-by: Dwayne Robinson <fdwr@hotmail.com>
Co-authored-by: Sheil Kumar <smk2007@gmail.com>
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
Co-authored-by: Atanas Dimitrov <70822030+neNasko1@users.noreply.github.com>
Co-authored-by: Julius Tischbein <ju.tischbein@gmail.com>
Co-authored-by: Maximilian Mueller <maximilianm@nvidia.com>
Co-authored-by: Ted Themistokleous <107195283+TedThemistokleous@users.noreply.github.com>
Co-authored-by: Jeff Daily <jeff.daily@amd.com>
Co-authored-by: Artur Wojcik <artur.wojcik@amd.com>
Co-authored-by: Ted Themistokleous <tedthemistokleous@amd.com>
Co-authored-by: Po-Wei (Vincent) <poweiw@nvidia.com>
Co-authored-by: Yi Zhang <your@email.com>
Co-authored-by: duanshengliu <44742794+duanshengliu@users.noreply.github.com>
@sophies927 sophies927 changed the title Create new_labeler.ylm Migrate issue labeler to issueLabeler.yml policy Aug 7, 2024
@sophies927 sophies927 marked this pull request as ready for review August 7, 2024 21:04
@sophies927 sophies927 requested review from a team as code owners August 7, 2024 21:04
@sophies927
Copy link
Contributor Author

Replacing this PR with #21659

@sophies927 sophies927 closed this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants