You can invite a trusted user to manage your user-owned repositories in the event you are unable to. For more information on appointing an account successor, see the maintaining ownership continuity of your user account's repositories documentation.
GitHub CLI allows you to close, reopen, and add metadata to issues and pull requests
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!
As a sponsored developer or organization, you can now select the public repositories to showcase on your GitHub Sponsors profile.
Previously, your pinned repositories were displayed on your sponsorship profile. Now, with this change, you can customize which repositories are displayed.