File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 jobs :
1818 check-pr-title :
19- uses : vyos/.github/.github/workflows/check-pr-message.yml@current
19+ uses : vyos/.github/.github/workflows/check-pr-message.yml@production
2020 secrets : inherit
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ permissions:
99
1010jobs :
1111 check-pr-conflict-call :
12- uses : vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
12+ uses : vyos/.github/.github/workflows/check-pr-merge-conflict.yml@production
1313 secrets : inherit
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ permissions:
99
1010jobs :
1111 stale :
12- uses : vyos/.github/.github/workflows/check-stale.yml@current
12+ uses : vyos/.github/.github/workflows/check-stale.yml@production
1313 secrets : inherit
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 call-cla-assistant :
17- uses : vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
17+ uses : vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production
1818 secrets : inherit
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030
3131jobs :
3232 codeql-analysis-call :
33- uses : vyos/.github/.github/workflows/codeql-analysis.yml@current
33+ uses : vyos/.github/.github/workflows/codeql-analysis.yml@production
3434 secrets : inherit
3535 with :
3636 languages : " ['c']"
Original file line number Diff line number Diff line change 2424 github.repository_owner == 'vyos'
2525 && (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
2626 && vars.MIRROR_ENABLED != 'false'
27- uses : vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current
27+ uses : vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@production
2828 with :
2929 sync_branch : ${{ inputs.sync_branch || github.event.pull_request.base.ref }}
3030 secrets : inherit
Original file line number Diff line number Diff line change 2323
2424 trigger-build :
2525 needs : get_repo_name
26- uses : vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
26+ uses : vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@production
2727 with :
2828 branch : ${{ github.event.pull_request.base.ref }}
2929 package_name : ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
You can’t perform that action at this time.
0 commit comments