Browse Source
Remove duplicate documentation label being applied.
pull/2750/head
Talie5in
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
.github/workflows/auto-label-issues.yml
|
|
@ -60,7 +60,6 @@ jobs: |
|
|
|
|
|
|
|
|
if (body.includes("Documentation")) { |
|
|
if (body.includes("Documentation")) { |
|
|
labels.add("documentation"); |
|
|
labels.add("documentation"); |
|
|
labels.add("area:documentation"); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (body.includes("Unsure")) { |
|
|
if (body.includes("Unsure")) { |
|
|
|