[GitAction] Fix Gitaction Auto Labeler
authorDongHak Park <donghak.park@samsung.com>
Tue, 28 Feb 2023 05:57:47 +0000 (14:57 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 28 Feb 2023 07:09:59 +0000 (16:09 +0900)
commit41af54e607523bfbc9f3965d56455a88e7c34e83
treeea0d289617eca35c284529515dec9747872ad5e6
parent448a1af0a43cb6cdc04c6a624eca809ee43a1b97
[GitAction] Fix Gitaction Auto Labeler

Problem
- Request for removal when there is no label or request for addition when there is a label

Fix
- Add is_Contain Variable to upload & in labeler they check it already contain label or not
- In gitaction document their api use name : "Need Review" not labels : ["Need Review"]
- Remove unused Debug line
- Reorder step

Signed-off-by: DongHak Park <donghak.park@samsung.com>
.github/workflows/Upload.yml
.github/workflows/labeler.yml