Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed method for adding labels to issue #358

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

lipkau
Copy link
Member

@lipkau lipkau commented Jul 1, 2019

Description

The array of labels was created with null as the first entry,
if the issue didn't have labels before

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have added Pester Tests that describe what my changes should do.
  • I have updated the documentation accordingly.

array was created with "null" as first entry,
if the issue didn't have labels before
@lipkau lipkau requested review from a team as code owners July 1, 2019 07:23
@lipkau lipkau self-assigned this Jul 1, 2019
Copy link
Contributor

@brianbunke brianbunke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@lipkau lipkau merged commit f49e5e4 into AtlassianPS:develop Jul 2, 2019
@lipkau lipkau deleted the fix/addingOfIssueLabels branch July 2, 2019 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants