diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-12-17 18:01:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 18:01:14 +0200 |
commit | 5b6a981ce5cd738f962682133ecc75e319b2da14 (patch) | |
tree | 8b01a819f4f438d8b0386442f222c6ce282b62af | |
parent | 1283b74e4c0d35e5a90c5f67cfc5e64d4a775e44 (diff) | |
parent | c47a1ff8c428414e4c8120c67f678bb6100a68c3 (diff) | |
download | vyos-build-5b6a981ce5cd738f962682133ecc75e319b2da14.tar.gz vyos-build-5b6a981ce5cd738f962682133ecc75e319b2da14.zip |
Merge pull request #289 from c-po/equuleus
GitHub: sync to author assign workflow changed from current
-rw-r--r-- | .github/reviewers.yml | 20 | ||||
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 | ||||
-rw-r--r-- | data/defaults.json | 2 |
3 files changed, 5 insertions, 21 deletions
diff --git a/.github/reviewers.yml b/.github/reviewers.yml index 66c99e90..a1647d20 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,19 +1,3 @@ --- -docker-vyos/**: - - sever-sever - - DmitriyEshenko - -vars/**: - - c-po - - UnicronNL - -.github/**: - - c-po - - dmbaturin - - UnicronNL - -'**': - - c-po - - dmbaturin - - jestabro - - UnicronNL +"**/*": + - team: reviewers diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 81134206..13bfd9bb 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 diff --git a/data/defaults.json b/data/defaults.json index 9739dfeb..419624b3 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "buster", "vyos_mirror": "http://dev.packages.vyos.net/repositories/equuleus", "vyos_branch": "equuleus", - "kernel_version": "5.4.224", + "kernel_version": "5.4.227", "kernel_flavor": "amd64-vyos", "release_train": "equuleus", "additional_repositories": [ |