Actions: Required workflows #52
Labels
actions
Feature: GitHub Actions
cloud
Available on Cloud
Enterprise
Product SKU: GitHub Enterprise
preview
Feature phase: Preview
shipped
Shipped
Summary
Required workflows allow DevOps teams / CICD system administrators to define mandated workflows to run during the lifecycle of a repository’s pipeline. Individual development teams at the repository level will be able to see what required workflows have been applied to their repository, what actions that workflow performs, and whom to contact if they have questions.
In addition to reducing duplication of CI/CD configuration code, required workflows can also help companies with the following use cases:
Intended Outcome
Required workflows allows DevOps teams to define and enforce standard CI/CD practices across many source code repositories within an organization without needing to configure each repository individually, which becomes an impossible task in large organizations.
How will it work?
Workflow documents can be selected by an administrator from any repository in an organization (the "source" repo or "imposer" repo) and applied to one or more target repositories (the "imposee"). The first version of required workflows will support workflows using the
pull_request
webhook only.The text was updated successfully, but these errors were encountered: