Sebastián Ramírez
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
0 deletions
-
.github/workflows/issue-manager.yml
-
.github/workflows/label-approved.yml
|
|
@ -14,6 +14,9 @@ on: |
|
|
|
- labeled |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
permissions: |
|
|
|
issues: write |
|
|
|
|
|
|
|
jobs: |
|
|
|
issue-manager: |
|
|
|
if: github.repository_owner == 'fastapi' |
|
|
|
|
|
@ -5,6 +5,9 @@ on: |
|
|
|
- cron: "0 12 * * *" |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
permissions: |
|
|
|
issues: write |
|
|
|
|
|
|
|
jobs: |
|
|
|
label-approved: |
|
|
|
if: github.repository_owner == 'fastapi' |
|
|
|