Skip to content

Repository access management beta

Repository administrators have a range of responsibilities including triaging issues, reviewing pull requests and, of course, developing code. One of the main duties of an administrator is managing repository access for organization members, outside collaborators, and teams. To make this easier, we’ve redesigned the access settings page to help administrators better understand who has access to their repository and what level of access they have.

To use the new experience, log in to a repository where you have admin privileges, click on the Settings tab and then click Manage access in the left side bar. We can’t wait to learn how this feature helps you and your workflow! To provide feedback, click the feedback link in the top right corner of the page.

Learn more about managing access to your repository

Self-Hosted Runners now fully support environments that use a proxy server to connect to GitHub. You can add your proxy server as a Runner setting and leverage common Unix-style proxy environment variables like no_proxy exclusion lists.

Additionally, Actions built using the toolkit will now follow your proxy settings. This includes the common Actions included at github.com/actions.

Learn more about using self-hosted runners behind a proxy here.

See more

GitHub CLI is now in beta

GitHub CLI, now in beta, is a command line tool that enables you to work more seamlessly with your GitHub repositories right from your command line.

You can:

  • Create pull requests fully within your terminal or preview them on the web before submitting
  • Filter lists of a repository’s pull requests and issues to give you the information you need
  • View a snapshot of a repository’s pull requests and issues that are most relevant to you
  • Easily checkout pull request branches locally with one command
  • Quickly view issues and pull requests in the browser

We plan to add much more functionality and we’re eager to hear your feedback.

Learn more and check out the manual for more things you can do with GitHub CLI.

See more