Go to file
Dave Protasowski 44cb4408c0
fix OWNER files - drop TOC for Steering (#266)
2025-09-08 17:54:35 +00:00
.github
composite/style
go/downstream-test
setup-go
.gitignore
CODE-OF-CONDUCT.md
LICENSE
OWNERS
OWNERS_ALIASES
README.md
SECURITY.md

README.md

Knative GitHub Actions and Workflows

These actions and workflows are used within the Knative project

The repo is organized as follows:

  • Reusable workflows are under the workflows directory

    They can be used as follows:

    on: [pull_request]
    
    jobs:
      job_name:
        steps:
        - uses: knative/actions/workflows/reusable-workflow.yml@main  
    
  • Composite actions have their own unique folder the root of the repo

    They can be used as follows:

    on: [pull_request]
    
    jobs:
      job_name:
        steps:
        - uses: knative/actions/some-action@main
    

Contributing to Knative

For a list of all help wanted issues in Knative, look here