mirror of https://github.com/tiangolo/fastapi.git
👷 Add GitHub Action Label Approved (#2161)
This commit is contained in:
parent
026039cae2
commit
952cd736ac
|
|
@ -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 New Issue