Skip to content

Commit 7dfb68b

Browse files
authored
Merge pull request #1467 from vyos/mergify/bp/equuleus/pr-1464
T6410: applied reusable workflows (auto-author-assign,check-pr-conflicts,lint-doc) (backport #1464)
2 parents b0cd1eb + ba108f6 commit 7dfb68b

File tree

6 files changed

+40
-209
lines changed

6 files changed

+40
-209
lines changed

.github/vyos-linter.py

Lines changed: 0 additions & 177 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "PR Triage"
2+
on:
3+
pull_request_target:
4+
types: [opened, reopened, ready_for_review, locked]
5+
6+
7+
permissions:
8+
pull-requests: write
9+
contents: read
10+
11+
jobs:
12+
assign-author:
13+
uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows
14+
secrets: inherit
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: "PR Conflicts checker"
3+
on:
4+
pull_request_target:
5+
types: [synchronize]
6+
7+
permissions:
8+
pull-requests: write
9+
contents: read
10+
11+
jobs:
12+
check-pr-conflict-call:
13+
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
14+
secrets: inherit

.github/workflows/lint-doc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Lint Doc
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
lint-doc:
7+
uses: vyos/.github/.github/workflows/lint-doc.yml@feature/T6349-reusable-workflows
8+
secrets: inherit
9+
10+

.github/workflows/main.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @vyos/reviewers
2+
* @rebortg

0 commit comments

Comments
 (0)