Skip to content

Commit 8c034eb

Browse files
authored
👷 Update issue-manager (#1045)
1 parent 5e7f84c commit 8c034eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/issue-manager.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Issue Manager
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "11 4 * * *"
66
issue_comment:
77
types:
88
- created
@@ -19,8 +19,13 @@ permissions:
1919

2020
jobs:
2121
issue-manager:
22+
if: github.repository_owner == 'tiangolo'
2223
runs-on: ubuntu-latest
2324
steps:
25+
- name: Dump GitHub context
26+
env:
27+
GITHUB_CONTEXT: ${{ toJson(github) }}
28+
run: echo "$GITHUB_CONTEXT"
2429
- uses: tiangolo/[email protected]
2530
with:
2631
token: ${{ secrets.GITHUB_TOKEN }}
@@ -29,5 +34,9 @@ jobs:
2934
"answered": {
3035
"delay": 864000,
3136
"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."
37+
},
38+
"changes-requested": {
39+
"delay": 2628000,
40+
"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."
3241
}
3342
}

0 commit comments

Comments
 (0)