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 c8a8ee6 commit 9a25e98Copy full SHA for 9a25e98
.github/workflows/issue-manager.yml renamed to .github/workflows/main.yml
@@ -1,24 +1,15 @@
1
-name: Issue Manager
2
-
3
on:
4
schedule:
5
- - cron: "0 0 * * *"
6
- issue_comment:
7
- types:
8
- - created
9
- - edited
10
- issues:
11
12
- - labeled
+ - cron: "0 0 * * *"
13
14
jobs:
15
issue-manager:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: tiangolo/issue-manager@0.2.0
19
- with:
20
- token: ${{ secrets.GITHUB_TOKEN }}
21
- config: >
+ - uses: tiangolo/issue-manager@master
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ config: >
22
{
23
"answered": {
24
"users": ["tiangolo"],
0 commit comments