Skip to content

Commit cd163f8

Browse files
committed
⬆️ Update issue-manager to 0.7.0
1 parent 0f0d5ad commit cd163f8

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,6 @@ jobs:
2929
env:
3030
GITHUB_CONTEXT: ${{ toJson(github) }}
3131
run: echo "$GITHUB_CONTEXT"
32-
- uses: tiangolo/issue-manager@2fb3484ec9279485df8659e8ec73de262431737d # 0.6.0
32+
- uses: tiangolo/issue-manager@8505bda3fd28623a64d93935cbe13fa23f14fd8b # 0.7.0
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
35-
config: >
36-
{
37-
"answered": {
38-
"delay": 864000,
39-
"message": "Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs."
40-
},
41-
"waiting": {
42-
"delay": 2628000,
43-
"message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.",
44-
"reminder": {
45-
"before": "P3D",
46-
"message": "Heads-up: this will be closed in 3 days unless there's new activity."
47-
}
48-
},
49-
"invalid": {
50-
"delay": 0,
51-
"message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details."
52-
},
53-
"maybe-ai": {
54-
"delay": 0,
55-
"message": "This was marked as potentially AI generated and will be closed now. If this is an error, please provide additional details, make sure to read the docs about contributing and AI."
56-
}
57-
}

0 commit comments

Comments
 (0)