mergestat-lite icon indicating copy to clipboard operation
mergestat-lite copied to clipboard

chore(deps): update dependency eslint to v8.25.0

Open renovate[bot] opened this issue 2 years ago β€’ 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.21.0 -> 8.25.0 age adoption passing confidence

Release Notes

eslint/eslint

v8.25.0

Compare Source

Features

Documentation

Chores

v8.24.0

Compare Source

Features

Documentation

Chores

v8.23.1

Compare Source

Bug Fixes

Documentation

Chores


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 17 '22 22:09 renovate[bot]

No problem! Not a "noob" question at all πŸ˜ƒ . Here's the quick answer:

SELECT * FROM github_org_repos('mergestat') repo, github_issues('mergestat', repo.name)

That should iterate over all repos belonging to an org, and then for each repo fetch all issues, assuming you have the GITHUB_TOKEN env var set. If you supply the -v flag when running, you can see the API requests being made as well. Presumably you may want -f json or -f csv to format the output as well.

Let me know if that helps! Feel free to ask in our community slack if that's any easier

patrickdevivo avatar Jun 13 '22 23:06 patrickdevivo

works, thanks!

robmoffat avatar Jun 20 '22 11:06 robmoffat