Commit 6668e22a by Bjorn Neergaard

chore: update label names

parent 71ec6719
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name: "\U0001F41E Bug Report" name: "\U0001F41E Bug Report"
about: Did you find a bug? about: Did you find a bug?
title: '' title: ''
labels: Bug, Triage labels: kind/bug, status/triage
assignees: '' assignees: ''
--- ---
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name: "\U0001F4DA Documentation" name: "\U0001F4DA Documentation"
about: Did you find errors, problems, or anything unintelligible in the docs (https://python-poetry.org/docs)? about: Did you find errors, problems, or anything unintelligible in the docs (https://python-poetry.org/docs)?
title: '' title: ''
labels: Documentation, Triage labels: area/docs, status/triage
assignees: '' assignees: ''
--- ---
......
...@@ -4,7 +4,7 @@ about: For questions and issues that do not fall in any of the other categories. ...@@ -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 can include questions about Poetry's roadmap. For support questions, please post
on StackOverflow. on StackOverflow.
title: '' title: ''
labels: '' labels: status/triage
assignees: '' assignees: ''
--- ---
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name: "\U0001F381 Feature Request" name: "\U0001F381 Feature Request"
about: Do you have ideas for new features and improvements? about: Do you have ideas for new features and improvements?
title: '' title: ''
labels: Feature, Triage labels: kind/feature, status/triage
assignees: '' assignees: ''
--- ---
......
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
name: Build & Deploy name: Build & Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | 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) || (github.event_name != 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
steps: steps:
- name: Checkout Website Source - 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