AWS and Google Cloud Platform released officially supported actions at GitHub Universe. The actions/aws and actions/gcloud actions are deprecated and archived. To make sure your workflows continue to run you must migrate to the official actions.
Report disruptive content to open source maintainers
As a repository administrator you can now allow community members to report disruptive content to project maintainers for review and moderation.
Once enabled in the “reported content” section of your repository settings, organization members, repository collaborators, and prior contributors will see a “report content” option in each comment’s drop-down menu.
For more information see moderating comments and conversations, managing reported content in your organization’s repository, and reporting a comment.
The following improvements have been made to protected branches in order to facilitate more granular combinations of rules:
- Reject any push that contains a merge commit by enabling
Require linear history
- Grant all users with push access the ability to force-push to a protected branch by enabling
Allow force pushes
- Grant all users with push access the ability to delete a protected branch by enabling
Allow deletions