Skip to content

Commit

Permalink
T6349: updated pr-labels workflow permission and updated reusable wor…
Browse files Browse the repository at this point in the history
…kflow version for all
  • Loading branch information
kumvijaya committed May 18, 2024
1 parent 9a58976 commit fd3fb3f
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ on:
- equuleus
- sagitta

permissions:
pull-requests: write

jobs:
add-pr-label:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/add-pr-labels.yml@main
=======
uses: vyos/.github/.github/workflows/add-pr-labels.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ permissions:

jobs:
assign-author:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/assign-author.yml@main
=======
uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/chceck-pr-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ on:

jobs:
check-pr-title:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/check-pr-message.yml@main
=======
uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/check-pr-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ permissions:

jobs:
check-pr-conflict-call:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@main
=======
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/check-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ on:

jobs:
stale:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/check-stale.yml@main
=======
uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ on:

jobs:
Check-Unused-Imports:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/check-unused-imports.yml@main
=======
uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ permissions:

jobs:
codeql-analysis-call:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/codeql-analysis.yml@main
=======
uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
with:
languages: "['python']"
4 changes: 4 additions & 0 deletions .github/workflows/label-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ on: [issue_comment]

jobs:
mergifyio_backport:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/label-backport.yml@main
=======
uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/linit-j2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ on:

jobs:
j2lint:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/lint-j2.yml@main
=======
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit

0 comments on commit fd3fb3f

Please sign in to comment.