mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
👷 Add GitHub Action Label Approved (#2161)
This commit is contained in:
parent
026039cae2
commit
952cd736ac
1 changed files with 13 additions and 0 deletions
13
.github/workflows/label-approved.yml
vendored
Normal file
13
.github/workflows/label-approved.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Label Approved
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "* * * * *"
|
||||
|
||||
jobs:
|
||||
label-approved:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker://tiangolo/label-approved:0.0.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Reference in a new issue