Skip to content

Commit

Permalink
T6349: updated pr-labels workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed May 18, 2024
1 parent fd3fb3f commit 875b1bf
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 38 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ permissions:

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: 0 additions & 4 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ 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: 0 additions & 4 deletions .github/workflows/chceck-pr-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ 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: 0 additions & 4 deletions .github/workflows/check-pr-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ 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
7 changes: 3 additions & 4 deletions .github/workflows/check-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
pull-requests: write

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
6 changes: 1 addition & 5 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- sagitta

jobs:
Check-Unused-Imports:
<<<<<<< HEAD
uses: vyos/.github/.github/workflows/check-unused-imports.yml@main
=======
check-unused-imports:
uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows
>>>>>>> 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea
secrets: inherit
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ 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']"
9 changes: 4 additions & 5 deletions .github/workflows/label-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Mergifyio backport

on: [issue_comment]

permissions:
pull-requests: write

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

Please sign in to comment.