Skip to content

Commit ea8839f

Browse files
authored
Update issue-manager.yml
1 parent 233fcb3 commit ea8839f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
issue-manager:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: tiangolo/issue-manager@0.2.0
18+
- uses: isakbosman/issue-manager@0.2.0
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
config: >
2222
{
2323
"answered": {
24-
"users": ["tiangolo"],
24+
"users": ["isakbosman"],
2525
"delay": 864000,
2626
"message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues."
2727
}

0 commit comments

Comments
 (0)