committed by
GitHub
3 changed files with 4 additions and 1 deletions
@ -2,7 +2,7 @@ name: Issue Manager |
|||||
|
|
||||
on: |
on: |
||||
schedule: |
schedule: |
||||
- cron: "0 0 * * *" |
- cron: "10 3 * * *" |
||||
issue_comment: |
issue_comment: |
||||
types: |
types: |
||||
- created |
- created |
||||
@ -16,6 +16,7 @@ on: |
|||||
|
|
||||
jobs: |
jobs: |
||||
issue-manager: |
issue-manager: |
||||
|
if: github.repository_owner == 'tiangolo' |
||||
runs-on: ubuntu-latest |
runs-on: ubuntu-latest |
||||
steps: |
steps: |
||||
- uses: tiangolo/[email protected] |
- uses: tiangolo/[email protected] |
||||
|
Loading…
Reference in new issue