diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-09 19:51:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 19:51:21 +0100 |
commit | 371cc7d6c7135da3d19bf44bac9bb8266fd93124 (patch) | |
tree | 6759e97c278fba5e2c4ff6ecc126d060e1d3dc87 /.github | |
parent | 1e4e65f55ba7cc19f78a28f32814877cf2cf2212 (diff) | |
download | vyos-build-371cc7d6c7135da3d19bf44bac9bb8266fd93124.tar.gz vyos-build-371cc7d6c7135da3d19bf44bac9bb8266fd93124.zip |
GitHub: bump auto-assign-reviewer-by-files workflow to 1.1.4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 81134206..a769145f 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 }} config: .github/reviewers.yml |