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

Breaks .jira.d/config.yml #6

Closed
rocketraman opened this issue Jan 30, 2020 · 3 comments
Closed

Breaks .jira.d/config.yml #6

rocketraman opened this issue Jan 30, 2020 · 3 comments

Comments

@rocketraman
Copy link

This writes a {} to the last line of .jira.d/config.yml, which breaks any further actions that attempt to read that file, as it is invalid YAML.

@rocketraman
Copy link
Author

The actions.yml always returns an empty object, and because of eemeli/yaml#136 this is stringified to {}.

rocketraman added a commit to rocketraman/gajira-transition that referenced this issue Jan 30, 2020
@rocketraman
Copy link
Author

According to the upstream issue {} is valid YAML. However the code that parses this config borks when it sees the value without any colon. This component should just not write anything to that file.

@rudzon
Copy link
Contributor

rudzon commented Oct 21, 2020

Hi, the issue should be fixed in v2.0.2 https://github.com/atlassian/gajira-transition/releases/tag/v2.0.2

@rudzon rudzon closed this as completed Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants