Hi, thanks for the useful action!
After the https://github.com/plbstl/first-contribution#skip-internal-contributors option was enabled, the action has been failing in our repo (matplotlib). It seems like even if the skip-internal-contributors option is set to false, the action is checking for the GH_PAT_READ_ORG env variable and failing when it is not set (which I believe is a bug since that should not be a requirement if I understand correctly). See for example https://github.com/matplotlib/matplotlib/actions/runs/26218527428
Is this something you would accept a small PR for? If not, happy to wait for the next release.
Cheers!
Hi, thanks for the useful action!
After the https://github.com/plbstl/first-contribution#skip-internal-contributors option was enabled, the action has been failing in our repo (matplotlib). It seems like even if the
skip-internal-contributorsoption is set to false, the action is checking for theGH_PAT_READ_ORGenv variable and failing when it is not set (which I believe is a bug since that should not be a requirement if I understand correctly). See for example https://github.com/matplotlib/matplotlib/actions/runs/26218527428Is this something you would accept a small PR for? If not, happy to wait for the next release.
Cheers!