Go to file
Knative Automation 6ffcfb5c49
Update community files (#253)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 01:36:27 +00:00
.github Update go-style action to use golangci-lint v2.0 (#251) 2025-04-11 14:16:14 +00:00
composite/style Bump actions/checkout from 3 to 4 in /composite/style/gofmt (#233) 2024-10-16 11:41:22 +00:00
go/downstream-test rename-sandbox (#162) 2023-08-02 16:40:48 +00:00
setup-go bump go version to 1.24 (#247) 2025-03-07 12:05:02 +00:00
.gitignore relocate workflows (#6) 2022-03-22 09:42:12 -07:00
CODE-OF-CONDUCT.md Adding code of conduct to reference knative/community's CoC (#5) 2022-03-22 09:35:13 -07:00
LICENSE initial commit 2022-03-11 10:28:36 -05:00
OWNERS initial commit 2022-03-11 10:28:36 -05:00
OWNERS_ALIASES Update community files (#253) 2025-04-24 01:36:27 +00:00
README.md add CLOTributor link to readme (#177) 2023-11-27 15:43:51 +00:00
SECURITY.md Add consistent SECURITY.md (#176) 2023-11-20 18:25:37 +00:00

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