updated assign-pr-to-author action

This commit is contained in:
irongut
2021-11-22 02:10:34 +00:00
committed by GitHub
parent 56c9f3d623
commit 5ec10c1882
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto Assign PR
uses: samspills/assign-pr-to-author@v1.0
uses: samspills/assign-pr-to-author@v1.0.1
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'