File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
add-pr-label :
14
- uses : vyos/.github/.github/workflows/add-pr-labels.yml@current
14
+ uses : vyos/.github/.github/workflows/add-pr-labels.yml@feature/T6349-reusable-workflows
15
15
secrets : inherit
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ permissions:
8
8
9
9
jobs :
10
10
assign-author :
11
- uses : vyos/.github/.github/workflows/assign-author.yml@current
11
+ uses : vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows
12
12
secrets : inherit
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
check-pr-title :
13
- uses : vyos/.github/.github/workflows/check-pr-message.yml@current
13
+ uses : vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows
14
14
secrets : inherit
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ permissions:
9
9
10
10
jobs :
11
11
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@feature/T6349-reusable-workflows
13
13
secrets : inherit
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
stale :
8
- uses : vyos/.github/.github/workflows/check-stale.yml@current
8
+ uses : vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
9
9
secrets : inherit
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
Check-Unused-Imports :
10
- uses : vyos/.github/.github/workflows/check-unused-imports.yml@current
10
+ uses : vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows
11
11
secrets : inherit
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
codeql-analysis-call :
19
- uses : vyos/.github/.github/workflows/codeql-analysis.yml@current
19
+ uses : vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
20
20
secrets : inherit
21
21
with :
22
22
languages : " ['python']"
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ on: [issue_comment]
4
4
5
5
jobs :
6
6
mergifyio_backport :
7
- uses : vyos/.github/.github/workflows/label-backport.yml@current
7
+ uses : vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
8
8
secrets : inherit
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
j2lint :
13
- uses : vyos/.github/.github/workflows/lint-j2.yml@current
13
+ uses : vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
14
14
secrets : inherit
You can’t perform that action at this time.
0 commit comments