Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List issues by label for an entire org #29

Open
mmarchini opened this issue Aug 10, 2020 · 6 comments
Open

List issues by label for an entire org #29

mmarchini opened this issue Aug 10, 2020 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mmarchini
Copy link
Contributor

Most WGs will fetch issues from all reapositories on nodejs/, and not only from the WG repository.

@helio-frota
Copy link

hi @mmarchini I wrote a thing 4 years ago https://www.npmjs.com/package/lni
That shows the issues by labelID

13:33 $ lni 90
Looking for issues and PRs with label: url ...
#35507 - url.pathToFileURL should not dedup '/' in path
#30002 - url.format and url.parser not giving reversible result
#23694 - Tracking Issue: Legacy URL deprecation
#25099 - WhatWG URL provides no suitable replacement for `url.format()`
#35099 - url: make ICU-dependent functions warn for node compiled --without-intl
#33735 - doc: Fix the typo in example output in url.md for url.hostname
#30334 - Performance of WHATWG URL API

And the 90 means url

13:34 $ lni --help

 1 - addons
 2 - aix
 3 - arm
 4 - assert
 5 - async_hooks
 6 - async_wrap
 7 - benchmark
 8 - blocked
 9 - buffer
10 - build
11 - c++
12 - cares
13 - child_process
14 - cluster
15 - code-and-learn
16 - confirmed-bug
17 - console
18 - crypto
19 - ctc-agenda
20 - ctc-review
21 - debugger
22 - dgram
23 - discuss
24 - dns
25 - doc
26 - domain
27 - dont-land-on-v4.x
28 - dont-land-on-v6.x
29 - dont-land-on-v7.x
30 - duplicate
31 - errors
32 - events
33 - feature request
34 - freebsd
35 - fs
36 - good first contribution
37 - help wanted
38 - http
39 - https
40 - http_parser
41 - in progress
42 - install
43 - intl
44 - invalid
45 - land-on-v4.x
46 - land-on-v6.x
47 - lib / src
48 - libuv
49 - lts
50 - lts-agenda
51 - lts-watch-v0.12
52 - lts-watch-v4.x
53 - lts-watch-v6.x
54 - macos
55 - memory
56 - mentor-available
57 - meta
58 - mips
59 - module
60 - net
61 - notable-change
62 - npm
63 - openssl
64 - os
65 - path
66 - performance
67 - post-mortem
68 - ppc
69 - process
70 - promises
71 - punycode
72 - querystring
73 - question
74 - readline
75 - repl
76 - repro-exists
77 - s390
78 - security
79 - semver-major
80 - semver-minor
81 - smartos
82 - stalled
83 - stream
84 - string_decoder
85 - test
86 - timers
87 - tls
88 - tools
89 - tty
90 - url
91 - url-whatwg
92 - util
93 - v0.12
94 - v4.x
95 - v6.x
96 - v7.x
97 - V8
98 - V8_inspector
99 - vm
100 - windows
101 - wontfix
102 - zlib'

I deleted my github repo related to that. But we still get the code by npm installing that package.

How do you plan to have this issue working ? I mean how that should be listing ?

@mmarchini
Copy link
Contributor Author

How do you plan to have this issue working ? I mean how that should be listing ?

Here's an example (items below the Agenda subtitle): nodejs/TSC#935

@helio-frota
Copy link

Thank you I'm going to take a look on that 👍

@helio-frota
Copy link

I think I'll delay a bit on this because the code I wrote years ago were using curl under the covers : )

@mmarchini
Copy link
Contributor Author

Another option is to use the Search API: https://github.com/search?q=org%3Anodejs+label%3Adiag-agenda+is%3Aopen

@wesleytodd
Copy link
Member

I just landed this one which is related: #145

I was thinking as a follow up to that small PR would be a config value called orgs which would iterate all the repos like you mentioned.

@wesleytodd wesleytodd added enhancement New feature or request good first issue Good for newcomers labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants