-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* T6349: updated conflict workflow * T6349: updated conflict workflow * T6349: updated all workflows to use reusable workflows * T6349: updated all workflows to use reusable workflows
- Loading branch information
Showing
16 changed files
with
74 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,6 @@ permissions: | |
pull-requests: write | ||
|
||
jobs: | ||
# https://github.com/marketplace/actions/auto-author-assign | ||
assign-author: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Assign Author to PR" | ||
uses: toshimaru/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Check pull request message format | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- current | ||
- crux | ||
- equuleus | ||
|
||
jobs: | ||
check-pr-title: | ||
uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
name: "PR Conflicts checker" | ||
on: | ||
pull_request_target: | ||
types: [synchronize] | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
check-pr-conflict-call: | ||
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: "Issue and PR stale management" | ||
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
||
jobs: | ||
stale: | ||
uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: Check for unused imports using Pylint | ||
on: | ||
pull_request_target: | ||
branches: | ||
- current | ||
- sagitta | ||
|
||
jobs: | ||
Check-Unused-Imports: | ||
uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Mergifyio backport | ||
|
||
on: [issue_comment] | ||
|
||
jobs: | ||
mergifyio_backport: | ||
uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: J2 Lint | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- current | ||
- crux | ||
- equuleus | ||
|
||
jobs: | ||
j2lint: | ||
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.