๐๐๐พ GITHUB UNIVERSE WAS OFFICIALLY ANNOUNCED!
- Itโs happening November 8-9 in San Francisco ๐บ๐ธ
- Call for speakers is open until June 7 ๐โโ๏ธ Weโre thinking of submitting the following proposals. If you have any other suggestions for us, please do reach out!
- How to manage comprehensively manage GitHub as code at scale?
- How to monitor GitHub Actions activity in real time?
- How to manage a fleet of self-hosted runners for Open Source orgs?
- How can a team of 2 manage CI for hundreds of repositories?
๐ GitHub Actions VS Code Extension is in public beta - it makes editing GHA workflows way nicer!
๐โโ๏ธ If youโre an admin and you bypass branch protection, git will now let you know what rules were bypassed. They also made it stand out more in the UI when you bypass any rules.
โป๏ธ Orgs can now be deleted via REST API. I havenโt checked in a while but maybe it means we could now create an org just for testing and then clean it all up, all via API?
๐ Private vulnerability reports are available via REST API and webhooks ๐คฉ This means we can reopen the discussion on mass-enabling private vulnerability reporting. It will enable us to periodically check for new private vulnerability reports, creating summaries and sending them to appropriate emails. cc @Alain
๐ฌ New navigation is in public beta.
๐๏ธ GitHub Projects now support bulk editing in table view. cc @biglep @Prithvi Shahi
๐ Some notification for at-team mentions can be disabled now.
๐ You can now manage GitHub Actions Caches through web UI ๐
โฉ Webhook forwarding in GitHub CLI reached GA. Itโs a great feature when you need to test GitHub webhooks.
๐ค Dependabot will now stop with rebases after 30 days of inactivity ๐
๐ GitHub announced public beta for rule sets - think generic version of branch protections that can also be applied to tags.
๐ต๏ธ Private vulnerability reports can be submitted through REST API.
๐งพ NPM packages can now be published together with provenance using npm publish --provenance --access public
๐งฐ Weโre not using GitHub merge queues much yet but itโs nice to see itโs being worked on - most recently they improved API interaction with the queue and shipped a bunch of usability fixes.
๐ง GitHubโs working on custom Deployment protection rules. The beta is currently open for GHES only.
๐๐๐พ One-click codespaces setup is here. I really wish I had some time to play with codespaces more.
๐ New macOS GitHub Actions runners (13) are available. Also, bigger macOS runners (relevant to filecoin-project only).
๐ Lastly some reading:
- Companies boosting productivity with AI
- Push protections X secrets scanning ๐ Weโll be discussing mass-enabling secrets scanning and push protection with @Alain on Friday. In my opinion, itโs very likely weโll be proceeding with this soon after.
- Code search in GA