タグ GitHub Changelog
人気順 10 users 50 users 100 users 500 users 1000 usersNotice of breaking changes for GitHub Actions · GitHub Changelog
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine... 続きを読む
Evolving GitHub Issues (Public Preview) · GitHub Changelog
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine... 続きを読む
VS CodeのGitHub Copilot、GPT-4oベースとなりより長いチャットが可能に | gihyo.jp
VS CodeのGitHub Copilot、GPT-4oベースとなりより長いチャットが可能に GitHubは9月24日、VS Codeの8月のアップデート(1.93)におけるGitHub Copilotの改善点を発表した。 Larger context window, improved test generation, and more in VS Code’s Copilot Chat -GitHub Changelog 📣 The new @code release has th... 続きを読む
GitHub-hosted larger runners for Actions are generally available | GitHub Changelog
GitHub-hosted larger runners for Actions are generally available actionsrunners June 21, 2023 Today, we are announcing that larger hosted runners for GitHub Actions are generally available for paid Team and Enterprise Cloud plans! This feature has been in public beta since September of 2022 where... 続きを読む
More secure private attachments | GitHub Changelog
May 9, 2023 Previously, all attached (drag-and-dropped) images and videos on GitHub Issues, Pull Requests, Discussions, and wikis were available to view without authentication if you knew their direct URL. Now, future attachments associated with private repositories can only be viewed after loggi... 続きを読む
Introducing Repository Rules Public Beta | GitHub Changelog
April 17, 2023 Today we are announcing the public beta of repository rules! 🎉 Repository rules are GitHub's next evolution of branch protections to help make your repositories more secure and compliant at scale. Rules allow you to easily define protections for branches and tags in your repositor... 続きを読む
GitHub Actions: Visual Studio Code Extension is now in public beta | GitHub Changelog
GitHub Actions: Visual Studio Code Extension is now in public beta actionsvs-code March 28, 2023 The GitHub Actions extension for VS Code is now in public beta. This extension includes rich editing features, such as syntax validation and autocomplete, making workflow authoring and editing faster ... 続きを読む
Introducing the GitHub Markdown Helpers Public Beta | GitHub Changelog
March 15, 2023 GitHub users write a lot of Markdown; so much so that we render 2 billion Markdown files everyday; at peak times, we're processing 1,300 Markdown files a second! Any opportunity we have to shave a few seconds off of the Markdown authoring experience on GitHub is time well-spent. In... 続きを読む
Comment on files in a pull request (public beta) | GitHub Changelog
March 14, 2023 Commenting directly on a file in a pull request (not just a specific line) is now available in public beta! 🎉 With this capability you can now comment on deleted, binary (including images), and renamed files in a pull request. You can also comment generally about a changed code fi... 続きを読む
Hardware accelerated Android virtualization on Actions Linux larger hosted runners | GitHub Changelog
Hardware accelerated Android virtualization on Actions Linux larger hosted runners githubactions February 23, 2023 Starting on February 23, 2023, Actions users of GitHub-hosted larger Linux runners will be able to make use of hardware acceleration for Android testing. Testing on a 4-core machine ... 続きを読む
Pull request merge queue (public beta) | GitHub Changelog
February 8, 2023 Today we are announcing the public beta of pull request merge queue for repos on GitHub Enterprise Cloud and open source organizations! 🎉 Merge queue helps increase velocity in software delivery by automating pull request merges into your busiest branches. Before merge queue, de... 続きを読む
Add more social links to your user profile | GitHub Changelog
February 2, 2023 You can now add up to 4 links to any social accounts to your user profile, with special support for popular platforms. Click "Edit profile" from your profile page to get started! You can read more about personalizing your profile in our docs. GitHub Enterprise Cloud customers can... 続きを読む
GitHub Actions - Updating the default GITHUB_TOKEN permissions to read-only | GitHub Changelog
GitHub Actions – Updating the default GITHUB_TOKEN permissions to read-only githubactionsworkflows February 2, 2023 Previously, GitHub Actions gets a GITHUB_TOKEN with both read/write permissions by default whenever Actions is enabled on a repository. As a default, this is too permissive, so to i... 続きを読む
Dependabot pull requests pause for inactivity | GitHub Changelog
January 12, 2023 What's new? Starting today, Dependabot will pause automated pull request activity if you haven't merged, closed, or otherwise interacted with Dependabot for over 90 days. To resume activity when you're ready, simply interact with Dependabot. This change will help Dependabot be mo... 続きを読む
GitHub Actions - Support for organization-wide required workflows public beta | GitHub Changelog
GitHub Actions – Support for organization-wide required workflows public beta githubactionsworkflows January 10, 2023 Today, we are announcing public beta of required workflows in GitHub Actions 🎉 Required workflows allow DevOps teams to define and enforce standard CI/CD practices across many so... 続きを読む
GitHub Actions - Sharing actions and reusable workflows from private repositories is now GA | GitHub Changelog
GitHub Actions – Sharing actions and reusable workflows from private repositories is now GA actionsapienterpriseprivaterepositories December 14, 2022 The actions and reusable workflows from private repositories can now be shared with other private repositories within the same organization, user a... 続きを読む
Risk and coverage views on the Security tab for organizations (public beta) | GitHub Changelog
Risk and coverage views on the Security tab for organizations (public beta) advanced-securitybetasecurity-and-compliance November 10, 2022 Security overview’s new risk and coverage views provide greater visibility into your security posture and risk analysis. Each new view offers a refreshed desi... 続きを読む
Manage caches in your Actions workflows from Web Interface | GitHub Changelog
October 20, 2022 Caching dependencies and other commonly reused files enables developers to speed up their GitHub Actions workflows and make them more efficient. We have now enabled Cache Management from the web interface to enable developers to get more transparency and control over their cache ... 続きを読む
Introducing Actions on GitHub Mobile | GitHub Changelog
October 4, 2022 Actions are coming to GitHub Mobile! You can now view and manage your pull requests on the go. Tapping on checks when viewing a pull request now leads to a vastly improved experience, including the ability to view a workflow-run, its jobs and even the logs of completed steps insid... 続きを読む
GitHub Actions: Dynamic names for workflow runs | GitHub Changelog
September 26, 2022 GitHub Actions customers can now dynamically name their workflow runs. The new run-name feature will accept expressions and be displayed on the list of workflow runs. For more information on how to use run-name, visit the documentation. For questions, visit the GitHub Actions c... 続きを読む
Local timezones available on profiles | GitHub Changelog
September 23, 2022 You can now display your local timezone on your profile to give others an idea of when to expect responses to pull requests or issues from you. You can opt into this feature by navigating to Settings > Public Profile and checking Display current local time. You can also update ... 続きを読む
Better suggested pull request description from commit message | GitHub Changelog
Better suggested pull request description from commit message codepull-requests September 7, 2022 When opening a pull request from a comparison that only includes one commit, GitHub defaults the title and description to the subject line and body of that commit's message. Authors who write detaile... 続きを読む
GitHub Actions Larger runners - Are now in public beta | GitHub Changelog
September 1, 2022 Today, we are announcing the public beta of larger GitHub hosted runners for GitHub Actions for Team and Enterprise plans 🎉 🎉 The new larger runners provide new capabilities for Team and Enterprise GitHub Action users: Linux and Windows machines up to 64 cores Fixed IP ranges ... 続きを読む
GitHub Actions: Self-hosted runners now support Apple M1 hardware | GitHub Changelog
GitHub Actions: Self-hosted runners now support Apple M1 hardware actions August 9, 2022 Actions runner support for Apple silicon hardware, such as the M1 chip, is now generally available. This provides teams with the capability to run self-hosted macOS workflows in a macOS ARM64 runtime. Now the... 続きを読む
GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog
July 27, 2022 You can now deploy to a GitHub Pages site directly from a repository using GitHub Actions, without needing to set up a publishing source. Using Actions to orchestrate Pages publishing provides many more options for choosing your authoring framework (Next.js, Hugo, Gatsby, Jekyll, Nu... 続きを読む