pseudo-nymous commented on PR #14369: URL: https://github.com/apache/lucene/pull/14369#issuecomment-2794977827
I think I have found the cause of the failure. It's related to fork repository checkout. When we checkout a fork's repository, github api gets linked to forked repo while github event payload is liked with apache repo. That's why when we try to fetch labels associated with PR, it fails since PR number does not exist in user's fork but in apache repo. I'm trying out a fix by using a second fork on my own fork. I'll update the PR with the fixes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org