We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 121692f + 5427eb0 commit 4af885eCopy full SHA for 4af885e
2 files changed
.github/workflows/welcome-issue.yml
@@ -28,7 +28,7 @@ jobs:
28
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the issue and get back to you soon.`
29
})
30
- name: Auto-assign issue
31
- uses: pozil/auto-assign-issue@v1
+ uses: pozil/auto-assign-issue@v2
32
with:
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
34
assignees: koreyspace
.github/workflows/welcome-pr.yml
body: `👋 Thanks for contributing @${ issueAuthor }! We will review the pull request and get back to you soon.`
0 commit comments