File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- uses : knative/actions/.github/workflows/go-build.yaml@main
14+ uses : knative/actions/.github/workflows/reusable- go-build.yaml@main
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 test :
17- uses : knative/actions/.github/workflows/go-test.yaml@main
17+ uses : knative/actions/.github/workflows/reusable- go-test.yaml@main
Original file line number Diff line number Diff line change 1818 description : ' Module Release? (vX.Y)'
1919 required : false
2020 slackChannel :
21- description : ' Slack Channel? (release-#) '
21+ description : ' Slack Channel'
2222 required : false
2323
2424jobs :
2525 releasability :
26- uses : knative/actions/.github/workflows/releasability.yaml@main
26+ uses : knative/actions/.github/workflows/reusable- releasability.yaml@main
2727 with :
2828 releaseFamily : ${{ github.event.inputs.releaseFamily || 'v1.9' }}
2929 moduleReleaseFamily : ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }}
30- slackChannel : ${{ github.event.inputs.slackChannel || 'release' }}
30+ slackChannel : ${{ github.event.inputs.slackChannel }}
3131 secrets :
3232 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 release-notes :
24- uses : knative/actions/.github/workflows/release-notes.yaml@main
24+ uses : knative/actions/.github/workflows/reusable- release-notes.yaml@main
2525 with :
2626 branch : ${{ github.event.inputs.branch }}
2727 start-rev : ${{ github.event.inputs.start-rev }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 analyze :
17- uses : knative/actions/.github/workflows/security.yaml@main
17+ uses : knative/actions/.github/workflows/reusable- security.yaml@main
Original file line number Diff line number Diff line change 1111jobs :
1212
1313 stale :
14- uses : knative/actions/.github/workflows/stale.yaml@main
14+ uses : knative/actions/.github/workflows/reusable- stale.yaml@main
Original file line number Diff line number Diff line change 1212jobs :
1313
1414 style :
15- uses : knative/actions/.github/workflows/style.yaml@main
15+ uses : knative/actions/.github/workflows/reusable- style.yaml@main
Original file line number Diff line number Diff line change 2323
2424jobs :
2525 verify :
26- uses : knative/actions/.github/workflows/verify-codegen.yaml@main
26+ uses : knative/actions/.github/workflows/reusable- verify-codegen.yaml@main
You can’t perform that action at this time.
0 commit comments