Hi,
I really appreciate the orb you created, we would make good use of it to filter out ineligible PRs.
I found an error in the bash script. In the first line, there is a comma that is unnecessary and it is appended to the GITHUB_TOKEN.
required_env_vars=(
"GITHUB_TOKEN",
"CIRCLE_TOKEN"
)
I would happily open a PR to fix this. However, I suspect from the repo structure, that publishing to CircleCI orb hub is not an automated process, so maybe you have to do that manually.
I found another issue, but I will submit it separately.
Hi,
I really appreciate the orb you created, we would make good use of it to filter out ineligible PRs.
I found an error in the bash script. In the first line, there is a comma that is unnecessary and it is appended to the
GITHUB_TOKEN.I would happily open a PR to fix this. However, I suspect from the repo structure, that publishing to CircleCI orb hub is not an automated process, so maybe you have to do that manually.
I found another issue, but I will submit it separately.