Commit 6668e22a by Bjorn Neergaard

chore: update label names

parent 71ec6719
......@@ -2,7 +2,7 @@
name: "\U0001F41E Bug Report"
about: Did you find a bug?
title: ''
labels: Bug, Triage
labels: kind/bug, status/triage
assignees: ''
---
......
......@@ -2,7 +2,7 @@
name: "\U0001F4DA Documentation"
about: Did you find errors, problems, or anything unintelligible in the docs (https://python-poetry.org/docs)?
title: ''
labels: Documentation, Triage
labels: area/docs, status/triage
assignees: ''
---
......
......@@ -4,7 +4,7 @@ about: For questions and issues that do not fall in any of the other categories.
can include questions about Poetry's roadmap. For support questions, please post
on StackOverflow.
title: ''
labels: ''
labels: status/triage
assignees: ''
---
......
......@@ -2,7 +2,7 @@
name: "\U0001F381 Feature Request"
about: Do you have ideas for new features and improvements?
title: ''
labels: Feature, Triage
labels: kind/feature, status/triage
assignees: ''
---
......
......@@ -21,7 +21,7 @@ jobs:
name: Build & Deploy
runs-on: ubuntu-latest
if: |
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'Documentation'))
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'impact/docs'))
|| (github.event_name != 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
steps:
- name: Checkout Website Source
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment