Skip to content

Commit

Permalink
Update kentaro-m/auto-assign-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 1ab19ae commit 1f73624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 2
steps:
- name: Auto Assign
uses: kentaro-m/auto-assign-action@v1.2.6
uses: kentaro-m/auto-assign-action@v2.0.0
if: ${{ github.event.pull_request.assignee == null && join(github.event.pull_request.assignees) == '' }}
with:
configuration-path: .github/auto_assign.yml

0 comments on commit 1f73624

Please sign in to comment.