Skip to content

Commit 5427eb0

Browse files
Bump pozil/auto-assign-issue from 1 to 2
Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 1 to 2. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](pozil/auto-assign-issue@v1...v2) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b56ea71 commit 5427eb0

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)