diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-04 14:47:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-04 14:47:08 +0100 |
commit | 437f96843bedc92515b0d002b37036a0f72c19a6 (patch) | |
tree | b20dae951906ccba21a7f2e7c3c74a29acc55f72 /.github/workflows/auto-author-assign.yml | |
parent | 71c99da2597c121832ac650035860465f7ce6570 (diff) | |
download | vyos-1x-437f96843bedc92515b0d002b37036a0f72c19a6.tar.gz vyos-1x-437f96843bedc92515b0d002b37036a0f72c19a6.zip |
GitHub: update assign author action to version 1.6.2
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 13bfd9bb1..1a7f8ef0b 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Assign Author to PR" - uses: toshimaru/auto-author-assign@v1.3.5 + uses: toshimaru/auto-author-assign@v1.6.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} |