Skip to content

Commit

Permalink
ENH: Fix the Documentation PR title identification
Browse files Browse the repository at this point in the history
Fix the `Documentation`PR title identification: avoid having two entries
for the `area:Documentation` label, and use the newly created
`type:Documentation` for the PR title regex.

Change the documentation issue template label accordingly.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 26, 2022
1 parent 92ae16f commit 7539b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_impact_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Documentation Impact Report \U0001F4D6"
labels: area:Documentation
labels: type:Documentation
about: "File a documentation report to improve documentation in ITK"
---

Expand Down
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type:Compiler:
type:Bug:
title: "^BUG:.*"

area:Documentation:
type:Documentation:
title: "^DOC:.*"

type:Enhancement:
Expand Down

0 comments on commit 7539b50

Please sign in to comment.