Skip to content

Commit 6901400

Browse files
committed
⬆️ Update issue-manager to 0.7.0
1 parent b835a0b commit 6901400

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ jobs:
3030
env:
3131
GITHUB_CONTEXT: ${{ toJson(github) }}
3232
run: echo "$GITHUB_CONTEXT"
33-
- uses: tiangolo/issue-manager@2fb3484ec9279485df8659e8ec73de262431737d # 0.6.0
33+
- uses: tiangolo/issue-manager@8505bda3fd28623a64d93935cbe13fa23f14fd8b # 0.7.0
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
36-
config: >
37-
{
38-
"answered": {
39-
"delay": 864000,
40-
"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."
41-
},
42-
"waiting": {
43-
"delay": 2628000,
44-
"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.",
45-
"reminder": {
46-
"before": "P3D",
47-
"message": "Heads-up: this will be closed in 3 days unless there’s new activity."
48-
}
49-
}
50-
}

0 commit comments

Comments
 (0)