Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.02 KB

overview.md

File metadata and controls

22 lines (19 loc) · 1.02 KB

Overview

Prow github actions is an interface for Github actions to behave much like the kubernetes Prow bot. Prow is a CI/CD system that provides GitHub automation in the form of policy enforcement, chat-ops via /foo style commands, and automatic PR merging. This powerful system can be used for both large and small open source projects to enable better project management and collaborator workflows. This is achieved through utilizing Github actions CI/CD system and removes much of the overhead and infrastructure needed for running the Prow bot.

Workflows are broken down into commands and jobs that can be run with specific Github "events"

Read more