Skip to content

Commit aab833b

Browse files
authored
⬆️ Update issue-manager (fastapi#211)
1 parent 45fdd88 commit aab833b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/main.yml renamed to .github/workflows/issue-manager.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
name: Issue Manager
2+
13
on:
24
schedule:
3-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * *"
6+
issue_comment:
7+
types:
8+
- created
9+
- edited
10+
issues:
11+
types:
12+
- labeled
413

514
jobs:
615
issue-manager:
716
runs-on: ubuntu-latest
817
steps:
9-
- uses: tiangolo/issue-manager@master
10-
with:
11-
token: ${{ secrets.GITHUB_TOKEN }}
12-
config: >
18+
- uses: tiangolo/issue-manager@0.2.0
19+
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
config: >
1322
{
1423
"answered": {
1524
"users": ["tiangolo"],

0 commit comments

Comments
 (0)