Netlify ESLint Check fails to complete
Opened this issue ยท 3 comments
I notice on most PRs, the Netlify ESLint check never completes, which means I have to use my admin privileges to make the merge.
Can we either fix it or disable it, since it's redundant with the GitHub actions eslint check?
I think a downside of using my admin powers to merge requests is I end up taking credit for the final merge in commit history. Then our contributors don't get the same credit for their help ๐
It seems the branches that are pending are only the ones submitted by external contributors of this project (that have to fork and submit the PR from their repo). Maybe it's a problem with the Netlify access from their branches? But the check that fails is the Github action, not the Netlify checks... ?