diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-17 11:13:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-17 11:16:53 +0100 |
commit | c83b70c93db2818ad799c7a699fad47945407786 (patch) | |
tree | a598e8d5f314099e2e832efacb73505e85628371 /.github | |
parent | 04c6326d31a32e97a01bbe6002ba3f5d67f24984 (diff) | |
download | vyos-1x-c83b70c93db2818ad799c7a699fad47945407786.tar.gz vyos-1x-c83b70c93db2818ad799c7a699fad47945407786.zip |
GitHub: sync to author assign workflow changed from current
Use the vyos/reviewers team instead of individuals.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 | ||||
-rw-r--r-- | .github/reviewers.yml | 35 | ||||
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 |
3 files changed, 6 insertions, 37 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a86ed924a..61ee1d9ff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ <!-- All PR should follow this template to allow a clean and transparent review --> -<!-- Text placed between these delimiters is considered a commend and is not rendered --> +<!-- Text placed between these delimiters is considered a comment and is not rendered --> ## Change Summary <!--- Provide a general summary of your changes in the Title above --> @@ -31,7 +31,7 @@ the box, please use [x] <!--- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran. When pasting configs, logs, shell output, backtraces, -and other large chunks of text, surround this text with triple backticks +and other large chunks of text, surround this text with triple backtics ``` like this ``` diff --git a/.github/reviewers.yml b/.github/reviewers.yml index 9ef3ec961..a1647d20d 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,34 +1,3 @@ --- -python/**: - - c-po - - dmbaturin - - jestabro - -interface-definitions/**: - - c-po - - DmitriyEshenko - - dmbaturin - - jestabro - - sever-sever - - zdc - -op-mode-definitions/**: - - c-po - - DmitriyEshenko - - dmbaturin - - jestabro - - sever-sever - - zdc - -src/**: - - c-po - - DmitriyEshenko - - dmbaturin - - jestabro - - sever-sever - - zdc - -.github/**: - - c-po - - dmbaturin - - UnicronNL +"**/*": + - team: reviewers diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 81134206b..13bfd9bb1 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Request review based on files changes and/or groups the author belongs to - uses: shufo/auto-assign-reviewer-by-files@v1.1.1 + uses: shufo/auto-assign-reviewer-by-files@v1.1.4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_ACTION_ASSIGN_REVIEWERS }} config: .github/reviewers.yml |