-
Notifications
You must be signed in to change notification settings - Fork 19
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
Action completes successfully but issue is not closed #1
Comments
Hello @davidmpaz, it seems like it can't find the |
Hi 👋 @lucasbento, thanks for your response! I did generate the issues templates with the built in functionality from Github, i can also confirm that they are in the expected directory .github/ISSUE_TEMPLATE/bug_report.md and the content of the templates are the default content that was generated, i haven't change anything. Best regards, |
@davidmpaz: sorry for the delay, being swamped in work. Would you be able to provide a reproduction repository so I can take a look and test some stuff out? |
To me the problem seems to be that the Here's the configuration which breaks. The log is:
|
@cimnine: this is an error with your YAML format, try this: https://stackoverflow.com/a/3790497/4252781. Please open another issue if that doesn't work as it's not the same problem as OP is having. |
There's no problem with my yaml: See https://yaml-multiline.info/ for the various ways how yaml supports multiline strings. I believe the problem is here: https://github.com/lucasbento/auto-close-issues/blob/master/src/index.js#L18 If you pass in a multi-line string, this line breaks. Try it! |
Well to me it does seem it's the same issue. See his log:
Clearly a multi-line string here. Looks like my log. |
Good eye, totally missed that, sorry about it. I'll investigate this today. |
Please @lucasbento, check the pull request on the repo i did invite you. It is not public yet, but I will release it after I finished playing around with it. Thanks in advance |
Will do, thank you @davidmpaz! |
Can confirm it doesn't work. |
I've created a fork with debugging information that helped me fix this: https://github.com/marcelklehr/auto-close-issues (use @ master) |
Hi,
first of all, thanks for this project. I was trying to use it since i am trying to get familiar wit it and Github actions.
Seems everything worked but the result is not the expected like the title says. The logs shows me this:
Any idea about it?
Thanks in advance and best regards,
David
The text was updated successfully, but these errors were encountered: