Skip to content

Instantly share code, notes, and snippets.

@jsignell
Last active May 29, 2020 13:37
Show Gist options
  • Save jsignell/8460cd063259a86dca04bfab788e593d to your computer and use it in GitHub Desktop.
Save jsignell/8460cd063259a86dca04bfab788e593d to your computer and use it in GitHub Desktop.
How to watch dask

I have been experimenting with tooling around how to keep track of dask issues and wanted to write down what I've been trying.

Watch the repositories

Subscribe to all the repositories in the dask org. Then if you go to https://github.com/notifications, you'll be notified when things change

Get org-level lists of issues/PRs

Look for:

See everything that happened on a particular day

For instance 2020-05-27

See per-repository what happened in the last month

Use the github CLI

So far it seems to me that this is per-repo rather than org level. So I've been using it to not lose track of things that I am working on. In particular, from within a particular repo, you can run: gh pr status to get a list of PRs that you are working on and gh issue status to see the same for issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment