在 GitHub Actions 的仓库中自动化、自定义和执行软件开发工作流程。 您可以发现、创建和共享操作以执行您喜欢的任何作业(包括 CI/CD),并将操作合并到完全自定义的工作流程中。
无论您是 GitHub Actions 的新用户还是有兴趣学习他们提供的内容,本指南都可帮助您使用 GitHub Actions 来加快应用程序开发工作流程。
您可以直接在 GitHub 仓库中通过 GitHub Actions 创建自定义持续集成 (CI) 和持续部署 (CD) 工作流程。
您可以在 GitHub Actions 中设置工作流程生成包并将其上传到 GitHub Packages 或其他包托管提供程序。
Workflow files for helping people get started with GitHub Actions
Example workflows using service containers
GitHub Action to declaratively setup labels across repos
GitHub Action to sync GitHub labels in the declarative way
Publish Github releases in an action
A Github Action used to build and publish Docker images
A GitHub action to create an issue using content from a file
GitHub Action for creating GitHub Releases
Automate GitHub Project cards with any webhook event
Runs GitHub Actions workflows locally (local)
Run GitHub Actions Locally in Terminal
Build and release debug APK from your Android project
GitHub action for generating sequential build numbers.
Push Git changes to GitHub repository without authentication difficulties
Action to auto generate a release note based on your events
Create a GitHub wiki page based on the provided markdown file
Github action to label your pull requests auto-magically (using committed files)
Github action to label your pull requests based on the author name
This action gives you will get outputs of the files that have changed in your repository
Allows private GitHub Actions to be easily reused
A GitHub Action to automatically tag issues with labels and assignees
A GitHub Action to rollback or delete a release
GitHub Action that locks closed issues and pull requests after a period of inactivity
This GitHub Action compares two branches and gives you the commit count between them
GitHub Action to generate changelogs, and release notes
Policy enforcement for your pipelines
Automatically label an issue based on the issue description
CLI tool to check whehter all your actions are up-to-date or not
GitHub Action that automates the creation of issue branches
Customize artifact cleanup
GitHub Action to automatically sync changes to external repositories, like the wiki, for example
Updates your GitHub wiki by using rsync, allowing for exclusion of files and directories and actual deletion of files
Automation of policy enforcement, chat-ops, and automatic PR merging
Check GitHub Status in your workflow
GitHub Action to manage labels (create/rename/update/delete)
Continuous Distribution of funding to project contributors and dependencies
Add reviewers, subscribers, labels and assignees to your PR
Ensures the correctness of your GitHub CODEOWNERS file, supports public and private GitHub repositories and also GitHub Enterprise installations
Move and transform code between repositories (ideal to maintain several repos from one monorepo)
显示更多
似乎没有适合您的过滤条件的示例。请尝试其他过滤条件或添加代码示例
您可以使用与您要用的语言和工具匹配的工作流程模板为项目设置持续集成。
您可以将 Node.js 包发布到注册表,作为持续集成 (CI) 工作流程的一部分。
您可以创建持续集成 (CI) 工作流程来构建和测试您的 PowerShell 项目。