pozil / auto-assign-issue

GitHub Action that auto-assigns issues or PRs to one or more users
Creative Commons Zero v1.0 Universal
53 stars 32 forks source link

Fix octokit bug #12

Closed mskelton closed 2 years ago

mskelton commented 2 years ago

Looks like a dependency bump changed the octokit API which broke this action. This fixes it.

I also cleaned up the readme to no longer reference the repo-token since most users won't need to specify it and if they really need it, the action.yml still shows how to use it.

pozil commented 2 years ago

Ouch my bad, I missed that breaking change. Thanks for the fix.