Git Product home page Git Product logo

github-limits's Introduction

GitHub limits

A collection of various string/numeric limits with GitHub. Not all of these are publicly documented, but I'd like to change that.

Note: these do not include things like GraphQL resource limits, REST rate limits and disk quotas, things that are about resource usage, rather than simple strings or numbers.

List of limits

Each limit carries the full set of relevant restrictions, as well as where I gained the information from.

Usernames

  • Max length: 39 characters
  • All characters must be either a hyphen (-) or alphanumeric
  • Cannot start with a hyphen
  • Cannot include consecutive hyphens
  • Cannot be a reserved name
  • Must be globally unique

This was verified through checking validation messages when attempting to create an account.

Organization names

  • Max length: 39 characters
  • All characters must be either a hyphen (-) or alphanumeric
  • Cannot start with a hyphen
  • Cannot include consecutive hyphens
  • Cannot be a reserved name
  • Must be globally unique

This was verified through checking validation messages when attempting to create an organization.

Team names

  • Max length: 255 characters
  • All characters must be either a hyphen (-) or alphanumeric
  • Must be unique per-organization

Note: longer team names will still validate, they will just be truncated.

This was verified through a support email.

Profile names

  • Max length: 255 characters

Note: leading/trailing whitespace will still validate, they will just be trimmed on the profile page.

This was verified through checking validation messages and input when attempting to change the profile name.

Profile bios

  • Max length: 160 characters

Note: leading/trailing whitespace will still validate, they will just be trimmed on the profile page.

This was verified through checking validation messages and input when attempting to change the profile bio.

Profile URLs

  • Max length: 255 characters

Note: leading/trailing whitespace will still validate, they will just be trimmed on the profile page.

This was verified through checking validation messages and input when attempting to change the profile url.

Profile companies

  • Max length: 255 characters

Note: leading/trailing whitespace will still validate, they will just be trimmed on the profile page.

This was verified through checking validation messages and input when attempting to change the profile company.

Profile locations

  • Max length: 255 characters

Note: leading/trailing whitespace will still validate, they will just be trimmed.

This was verified through checking validation messages and input when attempting to change the profile location.

Repository names

  • Max length: 100 code points
  • All code points must be either a hyphen (-), an underscore (_), a period (.), or an ASCII alphanumeric code point
  • Must be unique per-user and/or per-organization
  • The repository names containing only a single period (.) or double period (..) are reserved

Note: sequences of invalid code points are automatically replaced by a single hyphen (-) Note: length checking is performed after replacement

This was verified through checking automatically-generated aliases with repository names.

Issue/pull request numbers

  • Max value: 1073741824 (max 4-byte Ruby integer)
  • Min value: 1

The first was verified through a support email. The second was verified by creating an issue in an empty repo.

Issue title

  • Min length: 1 character
  • Max length: 256 characters

The first verified by creating an issue with a very long title and confirmed with an error message.

Issue description

  • Min length: 1 character
  • Max length: 65536 characters

The first verified by creating an issue with a very long description and confirmed with an error message.

Contributing

If you find limits to something not listed here, please feel free to file an issue with details about the limits. Alternatively, you could edit this file and file a pull request. I do need three things for each entry, though:

  • The entry itself.
  • Any relevant constraints, including max length, permitted characters, etc.
  • How you figured out the relevant constraints.

Also, these are only confirmed with the public GitHub site. If there's a different set of limits for private data and/or enterprise setups, I'd love to have those.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

github-limits's People

Contributors

dead-claudia avatar aj-foster avatar icreatedthistodeletemyaccounts avatar sparragus avatar xmo-odoo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.