26
1
submitted 1 year ago* (last edited 1 year ago) by neme@lemm.ee to c/github@programming.dev
27
1
submitted 1 year ago by neme@lemm.ee to c/github@programming.dev
28
1
29
1
submitted 2 years ago by neme@lemm.ee to c/github@programming.dev
30
1

Just implemented in a tool box a Python script which can request GitHub API to get figures and details from an organisation and compute results.

The logs can then be used for example to make KPI and ranking.

See for example: https://github.com/Orange-OpenSource/floss-toolbox/discussions/187

31
1
submitted 2 years ago by neme@lemm.ee to c/github@programming.dev
32
1
33
1
34
1
35
1
submitted 2 years ago* (last edited 2 years ago) by neme@lemm.ee to c/github@programming.dev
36
1
submitted 2 years ago by neme@lemm.ee to c/github@programming.dev
37
1
38
1

I remember there being an option to filter starred repositories by language, now I can't find it anymore. The button is just gone. Some older GitHub documentation still shows the option: https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars#organizing-starred-repositories-with-lists

39
1
40
1
41
1
42
1
43
1
44
1
45
1
46
1
submitted 2 years ago* (last edited 2 years ago) by pylapp@programming.dev to c/github@programming.dev
47
1
48
1

I thought you guys might enjoy it: I have a website that I push to frequently on GitHub, and some GitHub actions that update it periodically by pulling code and generating docs from it. I needed to connect to my vps often and update the website which was cumbersome.

Well a solution is to use webhooks on push events and have a server listening to those events to then update said websites for me.

49
1
submitted 2 years ago* (last edited 2 years ago) by Kalcifer@sh.itjust.works to c/github@programming.dev

You can sort GitHub issues by most "upvoted" using this syntax:

is:issue is:open sort:reactions-+1-desc 

Thanks to gromenauer for making me aware of it in this GitHub comment.

Full documentation for sorting GitHub issues and pull requests can be found here.

EDIT (2024-08-27T05:20Z): There are also UI options that enable sorting by most "upvoted":

  • On desktop (through a web browser):

  • On mobile (through the app):

50
1
view more: ‹ prev next ›

GitHub

219 readers
10 users here now

A community for discussion and posts relating to github https://github.com/

founded 2 years ago
MODERATORS