~athorp96/sourcehut-issue-mirror-github-action

Change node version to 16
import node-fetch
Update node version
fix import statement
Add node modules?
fix braces matchup
attept to fix async runtime
Refactor async calls
Fix async functions
Update node version
remove node modules
Remove request dependency
Add node modules back
remove node_modules from repo
d7e7b1f3 — dependabot[bot] 4 years ago
Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
Remove request dependency
Fail gracefully if repo name is not provided
Update action.yml
Next