GitHub
Git hosting with pull requests, Actions and Copilot


1/3GitHub hosts Git repositories and the work that happens around them: pull requests with review, required checks and repository rules; Issues and Projects for planning; Discussions for the conversation that is not a bug; and code search across everything. Actions runs CI/CD workflows on GitHub-hosted or self-hosted runners, with 2,000 free minutes a month on the Free plan and unlimited minutes on public repositories, and Packages hosts the artifacts they build. Codespaces gives a configured development environment in the cloud, billed by the hour. Security is layered on top: Dependabot opens pull requests for vulnerable and outdated dependencies on every plan, and GitHub Advanced Security adds code scanning and secret protection as a paid add-on. Copilot is priced separately from the seat plans. Beyond the web app there is the gh command line tool, GitHub Desktop for Mac and Windows, and mobile apps.
- Unlimited public and private Git repositories on every plan
- Pull requests with review, required checks and repo rules
- Actions runs CI/CD workflows, 2,000 free minutes a month
- Codespaces gives a configured dev environment in the cloud
- Issues, Projects and Discussions for planning and support
- Dependabot security and version update pull requests
- Code scanning and secret protection via Advanced Security
- gh command line tool, desktop app and mobile apps
Based on what people have said
Every answer links back to the mentions it came fromWhat are the common concerns regarding GitHub Actions reliability?
Some users express a lack of trust in the platform's reliability, citing frequent downtime and suggesting that the underlying model is fundamentally flawed for modern development velocity. Others advise building logic into local scripts as a fallback to mitigate dependency on the platform's YAML configuration.
7 mentions · r/github · Hacker News · @jezell · Aug 2026 – Sep 2026
How do users feel about the pricing and value of GitHub Copilot?
Opinions are divided; some users find the pricing structure expensive or confusing, particularly regarding how it interacts with other subscriptions like Microsoft 365, which do not include Copilot benefits. Conversely, others view the cost as a form of insurance or find it economical compared to alternatives, though some suggest that other AI tools may offer better quality or cost-efficiency per token.
12 mentions · @r_ffin · r/GithubCopilot · r/ChatGPTCoding · r/GithubCopilot · Hacker News · r/GithubCopilot · and 2 more · Aug 2026 – Sep 2026
What are the performance issues reported by users?
Users have reported slow web searches and fetch requests, which some attribute to aggressive rate limiting. Additionally, there are reports of slow knowledge retrieval in the Copilot harness and delays in CI/CD pipelines, such as long image pull times during builds.
3 mentions · r/GithubCopilot · r/Supabase · r/copilotstudio · Aug 2026 – Sep 2026
How does GitHub compare to other platforms for hosting and CI/CD?
While some users feel locked into GitHub due to its massive mindshare and the difficulty of migrating complex integrations, others are exploring alternatives like Codeberg or self-hosted solutions to avoid perceived enshittification or scaling issues. Some developers also note that while GitHub is a standard, it is not the only option for open-source projects.
9 mentions · Hacker News · Hacker News · Hacker News · Hacker News · Hacker News · Hacker News · and 3 more · Aug 2026
What are the common use cases for GitHub Actions?
GitHub Actions is widely used for automating deployment pipelines, such as pushing code to staging or production servers, managing WordPress themes and plugins, and handling CI tasks like linting and testing. Some users also utilize it for federated identity management and security-related workflows.
9 mentions · r/devops · r/ProWordPress · Aug 2026 – Sep 2026
These summarise counts and dates only. Read the quotes themselves under what people are saying.
What people are saying about GitHub
44% neutral“Github made a change recently that the default will be enabled unless you configured it preemptively.”
“I watched a YouTube video that said if you want to get your first job as a machine learning engineer, you should do volunteer work, especially in GitHub repositories, but I'm not entirely sure this is true, and if it is, where can I find these repositories that require this kind of work?”
“Just like I told you before fix your shit (github actions) and maybe we can start talking again.”
“At this point I’m not sure I trust GitHub at all”
“Yeah, all my OSS projects are on GitHub actions, and pretty much all departments at work use GH too. When GH goes down we chill”
“- rules to always run github workflow commands locally to save time on the PR”
“Why not just chat on GitHub.com? Some people say that it sometimes refuses to go “off topic” (non coding stuff) but I think that’s pretty rare.”
“AI is decent at writing code but excellent at reviewing it - doesn't sleep, reads 500-line diffs, catches nitpicks so humans focus on architecture.”
“@pierceboggan @burkeholland Ah, GitHub Copilot, my 💸💸💸 friend…”
“Your fallback is to make sure you can build locally. That means moving more of your logic and build steps into scripts that are called by the GitHub YAML instead of baking it directly into the YAML.”
“Do you actually trust GitHub Actions for production?”
“Third party agents need to be enabled by an admin in the "AI controls" settings in github.com, it's not enabled by default I think.”
“NVIDIA just released a repo that scans AI agent skills for security risks BEFORE you run them, which matters more than people realize now that everyone's installing random tools, skills, and MCPs from GitHub.”
“Anyone here that can explain, why the github web searches and fetch request are so slow for me? It seems like they are being rate limited really hard.”
“How could I setup Claude code to use github copilot models?”
“if you are doing environment specific deployments though upon approved PR, then you should definitely move to the next level of isolation to declare your github environments to correspond, and use those for the federated identity”
“365 subs don't include GitHub Copilot benefits, and partner subscriptions treat it as a separate benefit and not included in many of the lower subscriptions.”
“My understanding was that it is supposed to have tight integration with GitHub so that I can work on my GitHub repos. I have connected it to both my enterprise and personal account, but I am not able to browse/view my repos using any of the accounts.”
“GitHub Copilot is still managed entirely through GitHub's platform, so you still need a dedicated GitHub Copilot subscription (Individual, Business, or Enterprise) to use it in your IDE. None of the M365 perks or tokens carry over.”
“Does that mean if you have a 365 Premium subscription you can somehow utilize that with GitHub Copilot since the GitHub Copilot extra license is gone as well.”
“On each GitHub Actions / GitLab CI run the platform provides the run with a short lived JWT that contains all the info about the run. You take that, throw it at Vault, Vault verifies it's really from GH/GL, and is on an approved project/branch/committer/whatever, and then allows you access or not.”
“In the meantime, if you're using the Copilot CLI, you”
“I'm temperamentally unimpressed by Rube Goldberg machines so I do not subscribe to the viewpoint that because Github Actions *can* be used to drive complex processes that they *should* be used to drive complex processes. Complex processes are invariably a consequence of engineering deficiencies elsewhere in the system.”
“For GitHub copilot, OpenAI models cache for 30 mins and Anthropic’s only 5 minutes.”
“Look at the GitHub oidc docs for token claims. These are part of what is passed and determines access, as you configured the role in vault.”