Sidebar

GitHub

github
GitHub SuperFola 3 weeks ago 100%
Creating custom GitHub webhooks for automatic deployments https://lexp.lt/posts/github_webhooks_for_automatic_deploy/

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.

4
0
github
GitHub Kalcifer 3 weeks ago 95%
TIL that you can sort GitHub issues by most "upvoted"

You can sort GitHub issues by most "upvoted" using this syntax: ```text is:issue is:open sort:reactions-+1-desc ``` Thanks to [gromenauer](https://github.com/gromenauer) for making me aware of it in [this GitHub comment](https://github.com/johannesjo/super-productivity/issues/25#issuecomment-2297448290). Full documentation for sorting GitHub issues and pull requests can be found [here](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests). **EDIT (2024-08-27T05:20Z):** There are also UI options that enable sorting by most "upvoted": - On desktop (through a web browser): ![](https://sh.itjust.works/pictrs/image/f15d832b-f124-4115-985d-7b5c5eb11637.png) - On mobile (through the app): ![](https://sh.itjust.works/pictrs/image/60263c6a-f66d-4bec-a30a-758ff524359d.png)

22
2
github
GitHub mac 1 month ago 100%
Praise my GitHub profile https://praise-me.fly.dev/

cross-posted from: https://programming.dev/post/17754201 > There was a roast my github profile site going around recently so as a counter to that someone made a praise my github profile. Enter your profile and get an AI complimenting you

12
0
github
GitHub starman 7 months ago 100%
Get started with v4 of GitHub Actions Artifacts github.blog

We listened to your feedback and released new versions (v4) of actions/upload-artifact and actions/download-artifact. While this version of the actions to upload and download artifacts includes up to 10x performance improvements and several new features, there are also key differences from previous versions that may require updates to your workflows.

7
0