We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069993c commit 77fcd55Copy full SHA for 77fcd55
.github/workflows/assign.yml
@@ -6,7 +6,7 @@ jobs:
6
auto-assign:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: pozil/auto-assign-issue@v1
+ - uses: pozil/auto-assign-issue@v2
10
if: github.actor != 'dependabot[bot]'
11
with:
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments