Tag github

 Note

Very excited to announce that @lornajane and I are running a new @openuk Meetup that's digital-only, alongside the other great events being run by the #OpenUK organisation.

Our first event will be a tie-in with #GitHub's #MaintainerMonth and we'll be hearing from a number of excellent maintainers from a variety of projects - stay tuned for more details.

Looking forward to seeing some of y'all on May 22nd at 1200 noon (UK time) for an interesting webinar!

(This will be in addition to other OpenUK events still being hybrid where possible)

 Note

GitHub relaxing the requirement of the construction of the GitHub App's JWT (under private_key_jwt) is interesting, especially if now you don't need to know the installation ID to auth.

Presumably this also means that on GitHub's side they're still limiting access to repos that an installation has access to, but I'd have assumed that by doing it by installation ID you'd get additional checks

(I'd been lazy in the past and would rarely persist the installation ID, needing me to then go in and find it through the GitHub UI 😅)

 Repost

Reposted Mayank (@hi_mayank@hachyderm.io)
Post details
github tip: you can use "redirect.github.com" when referencing an issue/PR from another repo inside an issue/PR in your repo this will avoid your issue getting backlinked into the other repo's issue, reducing noise. example: "github.com/nodejs/node/6969" becomes: "redirect.github.com/nodejs/node/6969"

 Like

Liked Ben Delarre (@bendelarre@mastodon.social)
Post details
The new #github based on #react is an abject failure to improve the user experience. On every count it is objectively worse than previous iterations. Page load time is poor, interactivity is gated seemingly on very large JS loads. Initial page layout is broken on mobile and randomly resizes the width of the viewport after loading. The number of micro-annoyances seem to be adding up daily. This is like an object lesson in what not to do to your successful webapp.

 Like

Liked Building organization-wide governance and re-use for CI/CD and automation with GitHub Actions | The GitHub Blog by Chris Reddington 
Post details
Many of us are aware of the benefits that a strong focus on automation can bring, particularly in our development workflow and DevOps lifecycle. But silos across businesses can lead to duplication of effort, and potential to lose out on best practices. In this post, we’ll explore how CI/CD can be shared across your entire organization alongside policies, for a well-governed experience with GitHub Actions.