Skip to content

Commit 4af885e

Browse files
authored
Merge pull request #742 from microsoft/dependabot/github_actions/pozil/auto-assign-issue-2
Bump pozil/auto-assign-issue from 1 to 2
2 parents 121692f + 5427eb0 commit 4af885e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/welcome-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the issue and get back to you soon.`
2929
})
3030
- name: Auto-assign issue
31-
uses: pozil/auto-assign-issue@v1
31+
uses: pozil/auto-assign-issue@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
assignees: koreyspace

.github/workflows/welcome-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the pull request and get back to you soon.`
2929
})
3030
- name: Auto-assign issue
31-
uses: pozil/auto-assign-issue@v1
31+
uses: pozil/auto-assign-issue@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
assignees: koreyspace

0 commit comments

Comments
 (0)