-
Hi @imjohnbo, First of all, thank you for this great GitHub Action. When I was trying out a bit more complex configuration I ran into one issue. I wanted to try these configuration options:
In my setup the GHA is triggered when a given issue is closed. However with the config options above the GHA execution results in this error:
Workflow where I tried this out (the options above are commented out right now to fix the GHA fun for the time being): Full error log here I traced the error down to this part of the source code: Is it maybe that the previous issue still needs to "open" at the time when issue-bot tries to unpin it and comment on it? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
Thanks for the detailed report and sorry to have missed this, @spier! I think I have a fix for you here. Would you like to test on the |
Beta Was this translation helpful? Give feedback.
-
Thanks @imjohnbo I tried it out:
Is it possible that those two options only work when I also set My current workflow config: |
Beta Was this translation helpful? Give feedback.
-
Thanks for testing, @spier. I should have just fixed that here on the same branch; the previous assumption was that issues in the series would be open, just an oversight. Let me know how it goes? |
Beta Was this translation helpful? Give feedback.
-
Yes, this works flawlessly for me now. Cases tested:
Thanks a lot! 🚀 Would be awesome if you could let me know when you cut a new release, so that I can upgrade to the correct new version. |
Beta Was this translation helpful? Give feedback.
-
Great, thanks for confirming! If you can wait until Monday, I'll give this bug report a chance to test before cutting a new release. 🙇 |
Beta Was this translation helpful? Give feedback.
-
Hi @imjohnbo. I was just trying out that release So I assume the fix from branch No rush with any of this. Just wanted to know if I am seeing the right thing. |
Beta Was this translation helpful? Give feedback.
Thanks for testing, @spier. I should have just fixed that here on the same branch; the previous assumption was that issues in the series would be open, just an oversight.
Let me know how it goes?