Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dimitri Podborski
AutomationTools
Commits
176b065a
Commit
176b065a
authored
Apr 23, 2021
by
Dimitri Podborski
😂
Browse files
update issue labels
close
#197
parent
9c4839c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
systems.py
View file @
176b065a
...
...
@@ -179,6 +179,9 @@ def open_issues(table_entries, test, gitlab_members, meeting_start):
if
'y'
in
user_input
:
new_description
=
helpers
.
get_updated_issue_description
(
issue_with_meta
.
description
,
document
,
document_details
)
current_labels
=
issue_with_meta
.
labels
if
'DocAvailable'
not
in
issue_with_meta
.
labels
:
issue_with_meta
.
labels
.
append
(
'DocAvailable'
)
if
not
test
:
print
(
' - Update issue description of {}.'
.
format
(
document
[
'document'
]))
issue_with_meta
.
description
=
new_description
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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