We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fdd88 commit aab833bCopy full SHA for aab833b
.github/workflows/main.yml renamed to .github/workflows/issue-manager.yml
@@ -1,15 +1,24 @@
1
+name: Issue Manager
2
+
3
on:
4
schedule:
- - cron: "0 0 * * *"
5
+ - cron: "0 0 * * *"
6
+ issue_comment:
7
+ types:
8
+ - created
9
+ - edited
10
+ issues:
11
12
+ - labeled
13
14
jobs:
15
issue-manager:
16
runs-on: ubuntu-latest
17
steps:
- - uses: tiangolo/issue-manager@master
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- config: >
18
+ - uses: tiangolo/issue-manager@0.2.0
19
+ with:
20
+ token: ${{ secrets.GITHUB_TOKEN }}
21
+ config: >
22
{
23
"answered": {
24
"users": ["tiangolo"],
0 commit comments