Skip to content

Customizable skin tones in emoji autocomplete

You can now set a skin tone default for emoji autocomplete results in comment text areas. This preference is available on your personal settings page.

Set emoji skin tone preference

Previously, when branches were deleted on GitHub, any links that contained the old branch name broke across StackOverflow, email, Slack and other integrations.

Links to deleted branches now redirect to the default branch. So, for example, the link https://github.com/dependabot/dependabot-core/blob/master/README.md will now redirect to an equivalent link on the default branch: https://github.com/dependabot/dependabot-core/blob/main/README.md. This change only affects view links; other types of links (like edit links and blame links) don’t redirect.

This change is the first of many changes GitHub is making to support projects and maintainers that want to rename their default branch. To learn more about the changes we’re making, see github/renaming.

 

Update (February 7, 2023):

This behavior conflicted with other GitHub URL patterns, so we removed it. GitHub does redirect renamed branches, but not deleted branches. For more information, see Renaming a branch.

See more

We have introduced the ability for enterprises to enable or disable GitHub Actions for specific organizations. GitHub organization admins can also opt in or opt out specific repositories from using GitHub Actions.

Additionally, organizations and repositories may now be able to choose Actions settings that are more restrictive than their organization or enterprise settings.

If you have any questions or thoughts about these changes, we recommend asking in our GitHub Community Forum's Actions Board!

See more