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

The github action fails if there is an existing comment on the PR #27

Closed
gokhalesamruddhi opened this issue May 21, 2024 · 2 comments
Closed

Comments

@gokhalesamruddhi
Copy link

In my use case, I'd like to check if a certain files have been newly added and then display a different checklist. I've achieved it by using tj-actions/changed-files@v44. It works fine by adding a checklist comment and the checklist checker modifies that comment and adds additional comments on the top. But there is an error at the end of the checklist checker github action saying list index out of bounds.
Is there any resolution to this?

@RoryQ
Copy link
Owner

RoryQ commented May 29, 2024

Do you have a reproduceable example in a public repo? I think I have seen this error when there is no checklist found.

@gokhalesamruddhi
Copy link
Author

Hi @RoryQ , looks like the issue is fixed now. Thanks a lot :)

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