Skip to content

knative/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ffcfb5 · Apr 24, 2025
Apr 11, 2025
Oct 16, 2024
Aug 2, 2023
Mar 7, 2025
Mar 22, 2022
Mar 22, 2022
Mar 11, 2022
Mar 11, 2022
Apr 24, 2025
Nov 27, 2023
Nov 20, 2023

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published