diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-09 19:41:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-09 19:41:22 +0100 |
commit | a51cb88c437325ba6d29d782c25b435917979f54 (patch) | |
tree | 519624aa33cce23a82b0857a76071801b9921c06 /.github/workflows/auto-author-assign.yml | |
parent | 489ceaca304e59d2b28cd85699f0dfd29587beb5 (diff) | |
download | vyos-1x-a51cb88c437325ba6d29d782c25b435917979f54.tar.gz vyos-1x-a51cb88c437325ba6d29d782c25b435917979f54.zip |
GitHub: bump auto-assign-reviewer-by-files workflow to 1.1.4
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-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 81134206b..a769145f8 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 |