Powerful updates to temporary interaction limits
Temporary interaction limits have new, powerful, and flexible updates. You can now enable interaction limits for up to six months. In addition, you can limit interactions across all your personal…
Temporary interaction limits have new, powerful, and flexible updates. You can now enable interaction limits for up to six months. In addition, you can limit interactions across all your personal repositories with a single toggle.
Longer interaction limits
Now, you can set temporary interaction limits for 24 hours, three days, one week, one month, or six months. This gives you more flexibility to slow things down when a repository is getting a lot of attention, take breaks away from projects, and protect from spam or abuse.
User-wide interaction limits
Sometimes keeping up with your GitHub repositories can be overwhelming, especially if many of them are open source. If you need to put things on pause, you can now enable temporary interaction limits across all of your public, user-owned repositories with a single toggle in your user settings under “Interaction limits.”
REST API updates
These new features are also available in the REST API. Check out the Interactions documentation for more on how to set longer interaction limits, or to set them for all of a user’s public repositories.
GraphQL API updates
We’ve also brought interaction limits to the GraphQL API. You can query for interaction limits, and set or disable them for repositories, users, and organizations, just like you can in the REST API.
You can read more about single repository limits, user-wide limits, and organization-wide limits.
Written by
Related posts
Boost your CLI skills with GitHub Copilot
Want to know how to take your terminal skills to the next level? Whether you’re starting out, or looking for more advanced commands, GitHub Copilot can help us explain and suggest the commands we are looking for.
Beginner’s guide to GitHub: Setting up and securing your profile
As part of the GitHub for Beginners guide, learn how to improve the security of your profile and create a profile README. This will let you give your GitHub account a little more personality.
Beginner’s guide to GitHub: Merging a pull request
As part of the GitHub for Beginners guide, learn how to merge pull requests. This will enable you to resolve conflicts when they arise.