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

Adding issue to project is now failing with "Cannot read property 'iterator' of undefined." #51

Closed
parmouraly opened this issue Sep 6, 2021 · 4 comments

Comments

@parmouraly
Copy link

Hi,

In our GH action we have a step to automatically add certain issues to one of our GH projects.
See sample config bellow:

- name: issue-bot
      uses: imjohnbo/issue-bot@v3
      with:
        labels: "a, b, c"
        project: 1
        column: "To do"
        pinned: false
        close-previous: false
        linked-comments: false
        title: "[recurring] Example task title"
        body: ${{ steps.extract.outputs.body }}
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

This has been working fine but up to 8 days ago.

I noticed this change was released 11 days ago and I think it's related to the runtime error we get, which I believe for us is occurring here

imjohnbo added a commit that referenced this issue Sep 9, 2021
@imjohnbo
Copy link
Owner

imjohnbo commented Sep 9, 2021

Thanks for the detailed report and sorry for the trouble, @parmouraly. Would you like to test on the fix/issue-51 branch (uses: imjohnbo/issue-bot@fix/issue-51) before I cut a new release tomorrow?

@parmouraly
Copy link
Author

Thanks for the quick reaction to this @imjohnbo . We automatically trigger this action every Monday, so I'll point our action to your fix branch and let you know how it went in a few days 👍

@parmouraly parmouraly reopened this Sep 9, 2021
@parmouraly
Copy link
Author

Hey @imjohnbo , the fix seems to work for us. Thanks again for looking into that so quickly :-)

@imjohnbo
Copy link
Owner

Happy to help. I'll close this issue and cut a new release shortly. 🙇

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