Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
6668e22a
Commit
6668e22a
authored
Sep 01, 2022
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update label names
parent
71ec6719
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.github/ISSUE_TEMPLATE/---bug-report.md
+1
-1
.github/ISSUE_TEMPLATE/---documentation.md
+1
-1
.github/ISSUE_TEMPLATE/---everything-else.md
+1
-1
.github/ISSUE_TEMPLATE/---feature-request.md
+1
-1
.github/workflows/docs.yml
+1
-1
No files found.
.github/ISSUE_TEMPLATE/---bug-report.md
View file @
6668e22a
...
@@ -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, T
riage
labels
:
kind/bug, status/t
riage
assignees
:
'
'
assignees
:
'
'
---
---
...
...
.github/ISSUE_TEMPLATE/---documentation.md
View file @
6668e22a
...
@@ -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, T
riage
labels
:
area/docs, status/t
riage
assignees
:
'
'
assignees
:
'
'
---
---
...
...
.github/ISSUE_TEMPLATE/---everything-else.md
View file @
6668e22a
...
@@ -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
:
'
'
---
---
...
...
.github/ISSUE_TEMPLATE/---feature-request.md
View file @
6668e22a
...
@@ -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, T
riage
labels
:
kind/feature, status/t
riage
assignees
:
'
'
assignees
:
'
'
---
---
...
...
.github/workflows/docs.yml
View file @
6668e22a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment