We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233fcb3 commit ea8839fCopy full SHA for ea8839f
.github/workflows/issue-manager.yml
@@ -15,13 +15,13 @@ jobs:
15
issue-manager:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: tiangolo/issue-manager@0.2.0
+ - uses: isakbosman/issue-manager@0.2.0
19
with:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
config: >
22
{
23
"answered": {
24
- "users": ["tiangolo"],
+ "users": ["isakbosman"],
25
"delay": 864000,
26
"message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues."
27
}
0 commit comments