Skip to content

Commit

Permalink
👷 Update issue-manager.yml
Browse files Browse the repository at this point in the history
👷 Update `issue-manager.yml`
  • Loading branch information
tiangolo authored Sep 7, 2024
1 parent ad35807 commit 906b9a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

permissions:
issues: write
pull-requests: write

jobs:
issue-manager:
Expand All @@ -35,8 +36,8 @@ jobs:
"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."
},
"changes-requested": {
"waiting": {
"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."
"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."
}
}

0 comments on commit 906b9a8

Please sign in to comment.