タグ GitHub Changelog
人気順 5 users 50 users 100 users 500 users 1000 usersEvolving 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... 続きを読む
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 ... 続きを読む
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... 続きを読む
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... 続きを読む
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... 続きを読む
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 ... 続きを読む
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... 続きを読む
Ignore commits in the blame view (Beta) | GitHub Changelog
blamecommitsIgnore commits in the blame view (Beta)March 24, 2022 It's now possible to ignore revisions in the blame view using a .git-blame-ignore-revs file in the root of your repository. For more information, see "Ignore commits in the blame view". 続きを読む
GitHub Actionsの歴史(2021/12/1 更新) - cangoxina
# はじめに GitHub Changelog を元に、GitHub Actions がどのように更新されていったかを簡単にまとめました。 あまり深いところまでは書いてないので、気になった変更があったら各自調べてください(もっと色々書きたかったけど時間なかった)。 わりと雑に作ったので漏れや間違いがあったらコメントとか下さい。 2021/... 続きを読む
GitHub Actions: Secure cloud deployments with OpenID Connect | GitHub Changelog
GitHub Actions now supports OpenID Connect (OIDC) for secure deployments to cloud, which uses short-lived tokens that are automatically rotated for each deployment. This enables: Seamless authentication between Cloud Providers and GitHub without the need for storing any long-lived cloud secrets i... 続きを読む
Footnotes now supported in Markdown fields | GitHub Changelog
Footnotes let you reference relevant information without disrupting the flow of what you're trying to say: Here is a simple footnote[^1]. With some additional text after it. [^1]: My reference. You can now use footnote syntax in any Markdown field! Footnotes are displayed as superscript links. Cl... 続きを読む
GitHub Actions: Setup-node now supports dependency caching | GitHub Changelog
You can now run Node.js projects faster on GitHub Actions by enabling dependency caching on the setup-node action. setup-node supports caching from both npm and yarn package managers. - uses: actions/setup-node@v2 with: node-version: '14' cache: npm For questions, visit the GitHub Actions community 続きを読む
Pull request auto-merge is now generally available - GitHub Changelog
Pull request auto-merge is now generally available on GitHub and through GitHub Mobile. With auto-merge, pull requests can be set to merge automatically when all merge requirements are met. No more waiting on slow CI jobs or tests to finish just so you can click the merge button! To use auto-merg... 続きを読む
Access control for GitHub Pages - GitHub Changelog
GitHub Pages now gives you the option to limit access, making the site visible only to users with access to the repository that published the Page. With access control, you can use GitHub Pages to publish and share internal documentation and knowledge across your enterprise. As part of this relea... 続きを読む
Set the default branch for newly-created repositories - GitHub Changelog
You can now set the default branch name for newly-created repositories under your username. This setting does not impact any of your existing repositories. Existing repositories will continue to have the same default branch they have now. Organization and enterprise administrators can also set th... 続きを読む