Skip to content

Commit

Permalink
Merge pull request #157 from BigThunderSR/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…ozil/auto-assign-issue-2

Bump pozil/auto-assign-issue from 1 to 2
  • Loading branch information
BigThunderSR committed May 14, 2024
2 parents 56c6dd9 + 820276d commit 0f11274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: BigThunderSR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pull-requests: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: BigThunderSR
Expand Down

0 comments on commit 0f11274

Please sign in to comment.