We now automatically expire enterprise cloud account invitations for enterprise owner and billing manager roles seven days after the invitation is created. This update matches the automatic invitation expiration policy for organizations and repositories.
Enterprise Server license management is now on GitHub
As a GitHub Enterprise Server customer, you can now access your Enterprise Server licenses on GitHub. With this change, you no longer need to login to the Enterprise Server license management portal. The new license management provides better support for billing and organization managers to manage their licenses, create support tickets, and upload support bundles on GitHub.
GitHub CLI 0.8 makes working with pull requests and issues from your terminal even simpler. This release includes two primary features:
- You no longer need to open your issue or pull request in the browser immediately after creating it just to add metadata. Now you can add reviewers, labels, assignees, projects, and milestones (as applicable) when creating pull requests and issues.
- Close and reopen pull requests and issues right from the CLI with
gh pr close
,gh pr reopen
,gh issue close
, andgh issue reopen
.
See how to upgrade in our README!