Skip to content

Commit

Permalink
ENH: Add mapping from text string to label
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh26 authored Jan 14, 2025
1 parent e81cf71 commit c6c2332
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ body:
label: Draft Status
description: Select whether the project is ready to be created once this issue is submitted.
options:
- ready
- draft
- Ready - team will start page creating immediately
- Draft - team will hold off on page creation
validations:
required: true

Expand Down
9 changes: 9 additions & 0 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
policy:
- section:
- id: [draft-status]
block-list: ['None', 'Other']
label:
- name: 'draft'
keys: ['Draft - team will hold off on page creation']
- name: 'ready'
keys: ['Ready - team will start page creating immediately']

0 comments on commit c6c2332

Please sign in to comment.