Browse Source

👷 Add changes-requested handling in GitHub Action issue manager (#10971)

pull/10972/head
Sebastián Ramírez 1 year ago
committed by GitHub
parent
commit
63e5396a78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/issue-manager.yml

4
.github/workflows/issue-manager.yml

@ -31,5 +31,9 @@ jobs:
"answered": { "answered": {
"delay": 864000, "delay": 864000,
"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." "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."
},
"changes-requested": {
"delay": 2628000,
"message": "As this PR had requested changes to be applied but has been inactive for a while, it's now going to be closed. But if there's anyone interested, feel free to create a new PR."
} }
} }

Loading…
Cancel
Save