Browse Source

👷 Add GitHub Action Label Approved (#2161)

pull/2162/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
952cd736ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/label-approved.yml

13
.github/workflows/label-approved.yml

@ -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…
Cancel
Save