Skip to content

Commit 2a553b0

Browse files
committed
T6349: updated all workflows to use reusable workflows
1 parent 7b6bd04 commit 2a553b0

9 files changed

+9
-9
lines changed

.github/workflows/add-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ on:
1111

1212
jobs:
1313
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
1515
secrets: inherit

.github/workflows/auto-author-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ permissions:
88

99
jobs:
1010
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
1212
secrets: inherit

.github/workflows/chceck-pr-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010

1111
jobs:
1212
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
1414
secrets: inherit

.github/workflows/check-pr-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permissions:
99

1010
jobs:
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@feature/T6349-reusable-workflows
1313
secrets: inherit

.github/workflows/check-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ on:
55

66
jobs:
77
stale:
8-
uses: vyos/.github/.github/workflows/check-stale.yml@current
8+
uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
99
secrets: inherit

.github/workflows/check-unused-imports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
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
1111
secrets: inherit

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
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
2020
secrets: inherit
2121
with:
2222
languages: "['python']"

.github/workflows/label-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on: [issue_comment]
44

55
jobs:
66
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
88
secrets: inherit

.github/workflows/linit-j2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010

1111
jobs:
1212
j2lint:
13-
uses: vyos/.github/.github/workflows/lint-j2.yml@current
13+
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
1414
secrets: inherit

0 commit comments

Comments
 (0)