Post details
We’re introducing calendar-based versioning for our REST API, so we can keep evolving our API, whilst still giving integrators a smooth migration path and plenty of time to update their integrations.
We’re introducing calendar-based versioning for our REST API, so we can keep evolving our API, whilst still giving integrators a smooth migration path and plenty of time to update their integrations.
See what we're building to enhance the most integrated developer platform that allows developers and enterprises to drive innovation with ease.
Listing all GitHub repositories in a GitHub Organisation (3 mins read).
How to use the GraphQL API to list all the repositories that can be found in a given GitHub organisation.
:bird: A GitHub action to tweet from a repository. Contribute to twitter-together/action development by creating an account on GitHub.
The other day someone claimed a hostname on a domain I own and it took me a while to track down how. After a lot of digging around, trying to figure out how the hijack was accomplished, it turns out it was via GitHub Pages.
I don't want it to exist at all lmao, it's an ethical clusterfuck
Senior Oops Engineer (@ReinH)Wed, 03 Aug 2022 20:18 +0000
buried in github's settings (Settings -> Code Pilot) is this opt-out that y'all should probably click
Senior Oops Engineer (@ReinH)Wed, 03 Aug 2022 03:07 +0000
and there it is. github takes all our free code, puts it in a blender, uses us for free QA on the result, and finally turns around and charges for it
Post details
Looks like GitHub Copilot is going public as a paid product! I have to admit that their "first hit is free" strategy worked perfectly, writing code without it is now somewhat painful and I'll happily pay for it
Brendan Dolan-Gavitt (@moyix)Tue, 21 Jun 2022 18:50 +0000
eevee (@eevee)Tue, 21 Jun 2022 19:50 +0000
If you need to verify the ID of the OAuth application, check the number at the end of the url like github.com/orgs/<org>/policies/applications/145909 coming from the github.com/organizations/<org>/settings/oauth_application_policy page.
chrismo (@the_chrismo)Sat, 16 Apr 2022 02:42 +0000
Watched Free Guy the other day and saw an Octocat sticker! Someone on the set design team should get a promotion. Awesome movie and attention to detail, @VancityReynolds! 😻Mark Otto (@mdo)Wed, 13 Apr 2022 18:08 +0000
From automating builds and releases to taking care of large-scale regression testing, here are a few ways we use GitHub Actions to build GitHub.
If you haven't signed up for the preview of the new GitHub code search you're missing out - I use it every day now, being able to execute complex searches (including regular expression matches!) against every line of code on GitHub is absurdly useful cs.github.comSimon Willison (@simonw)Mon, 28 Mar 2022 04:51 +0000
GitHub algorithm seeks to improve discovery. Developers disagree.
So here's why I bought a receipt printer: Every time one of my GitHub repos gets a new issue, I now get a physical ticket printed out on my desk 🪄Andrew Schmelyun (@aschmelyun)Thu, 24 Mar 2022 11:44 GMT
It was MySQL, with the resource contention, in the database cluster
I have noticed what seems like an almost generational divide in people who contribute to open source. Those who did open source before 2015, and those who think GitHub = OpenSource. 🙃Aeva ✈ ShmooCon! ✨ (@aevavoom)Wed, 23 Mar 2022 14:58 GMT
Automagically Auditing GitHub (Actions) Security using OpenSSF Scorecards (6 mins read).
How to use the OpenSSF Scorecards GitHub Action to audit your GitHub and GitHub Actions configuration, and a breakdown of some of the issues raised by it.
This is great for anyone using Actions, as this was seen to be a vulnerability for getting past code review
Building an Automagically Updating Personal README for GitLab and GitHub (2 mins read).
Announcing the publishing of readme.jvt.me as well as automagically updating READMEs in my GitLab and GitHub profiles.
Really need a decentralised GitHub now don't we?
Husain Bhagat (@itswhoissane)Fri, 07 Jan 2022 09:26 GMT
Often OSS developers make the world keep the lights on but aren't compensated for their time. Marak was struggling, asked help. Got nothing. In protest, removed his code and github suspended his account for removing something he owned the rights to.Sam (@metruzanca)Fri, 07 Jan 2022 01:07 GMT
Improving Life-Work Balance on GitHub using per-Organisation Notification Settings (2 mins read).
How to set up per-organisation notification settings so your personal email doesn't get work-related notifications.
Pull requests predate Github though.
Gustav Wengel (@GeeWengel)Sat, 25 Dec 2021 12:47 GMT
It's more that a Pull Request is a GitHub specific name for something in use in Git (https://www.git-scm.com/docs/git-request-pull) for kernel development and other projects for some time
Huh! When did that happen? Today I learned that GitHub supports light/dark mode images with within markdown. ``` ![Logo](./dark.png#gh-dark-mode-only) ![Logo](./light.png#gh-light-mode-only) ``` Video alt: Example showing a markdown image adapting to user preferences.Stefan Judis (@stefanjudis)Tue, 30 Nov 2021 20:13 GMT
https://github.com/github/feedback/discussions/8149 is discussing this right now 👍🏽
Has anything recently changed with the way that #GitHub archives work? Finding a tonne of #ArchLinux #AUR packages needing chnages otherwise they won't build, as they're getting 404s?
Not a great leading indicator when the person in charge of the hostile product decision gets promoted to lead up the whole dev division, including GitHub. One of the worst parts of devrel is when management decides to ring the register and sell off the earned developer trust.Post details
The recent open source moves by Microsoft are interesting. On one hand, I love the power of a vocal community; on the other, I hate to see community/devrel teams left to clean up after a bonehead decision from an executive who is clearly disconnected from the reality of the work.
Brandon West (@bwest)Sun, 24 Oct 2021 15:22 +0000
Brandon West (@bwest)Wed, 03 Nov 2021 18:37 GMT
Improving Team Efficiency By Measuring and Improving Code Review Cycle Time (9 mins read).
How measuring how long code review took as a team lead to being able to change our processes, and then deliver much more effectively.
Listing Which GitHub Pull Requests are in a Project (2 mins read).
How to list the PRs inside a Project on Github, for example, via a Ruby client.