Browse Source

Remove duplicate documentation label being applied.

pull/2750/head
Talie5in 1 month ago
committed by GitHub
parent
commit
beb9288b8f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/auto-label-issues.yml

1
.github/workflows/auto-label-issues.yml

@ -60,7 +60,6 @@ jobs:
if (body.includes("Documentation")) {
labels.add("documentation");
labels.add("area:documentation");
}
if (body.includes("Unsure")) {

Loading…
Cancel
Save