* remove debug job, restrict create-pull-request to only awards.txt, add documentation
* make create-pull-request use a custom branch, and filter that out, so PRs generated by action don't invoke action again
* add permissions: line
* pull-requests write instead of all
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
* remove debug job, restrict create-pull-request to only awards.txt, add documentation
* make create-pull-request use a custom branch, and filter that out, so PRs generated by action don't invoke action again
* add random zapping support
adds an option to enable random zap amounts per stacker
configurable in settings, you can enable this feature and provide
an upper and lower range of your random zap amount
* rename github eslint check to lint
this has been bothering me since we aren't using eslint for linting
* fixup! add random zapping support
* fixup! rename github eslint check to lint
* fixup! fixup! add random zapping support
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
* env vars for polling intervals
add env vars for 4 different common polling intervals,
fast (1000), normal (30000), long (60000), extra long (300000)
use env vars in all `pollInterval` params to `useQuery`
* replace `setInterval`'s interval with `FAST_POLL_INTERVAL`