Skip to content

Commit

Permalink
Merge pull request #668 from vyos/feature/T6508-pr-check-workflow-fix
Browse files Browse the repository at this point in the history
T6508: pr workflows updated for branch and target
  • Loading branch information
c-po authored Jun 23, 2024
2 parents 453bcb7 + 4300ed3 commit 4e9f1b4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ permissions:

jobs:
add-pr-label:
uses: vyos/.github/.github/workflows/add-pr-labels.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/add-pr-labels.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
assign-author:
uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/assign-author.yml@current
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/chceck-pr-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Check pull request message format

on:
pull_request:
pull_request_target:
branches:
- current
- sagitta
Expand All @@ -14,5 +14,5 @@ permissions:

jobs:
check-pr-title:
uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/check-pr-message.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
check-pr-conflict-call:
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/check-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
stale:
uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/check-stale.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
check-unused-imports:
uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/check-unused-imports.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
codeql-analysis-call:
uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/codeql-analysis.yml@current
secrets: inherit
with:
languages: "['python']"
2 changes: 1 addition & 1 deletion .github/workflows/label-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ permissions:

jobs:
mergifyio-backport:
uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/label-backport.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/linit-j2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ permissions:

jobs:
j2lint:
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/lint-j2.yml@current
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@current
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
Expand Down

0 comments on commit 4e9f1b4

Please sign in to comment.