mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-12 10:58:11 -04:00
👷 Add GitHub Action Label Approved (#2161)
This commit is contained in:
committed by
GitHub
parent
026039cae2
commit
952cd736ac
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 }}
|
||||
Reference in New Issue
Block a user