You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The actions.yml always returns an empty object, and because of eemeli/yaml#136 this is stringified to {}.
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.
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.
The actions.yml always returns an empty object, and because of eemeli/yaml#136 this is stringified to {}.
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.
Same as atlassian/gajira-transition#6.
The text was updated successfully, but these errors were encountered: