parent
260d79ac89
commit
175173c0a6
@ -0,0 +1,15 @@ |
|||||||
|
name: Automatic Approve |
||||||
|
on: |
||||||
|
schedule: |
||||||
|
- cron: "0 0 * * *" |
||||||
|
workflow_dispatch: |
||||||
|
jobs: |
||||||
|
automatic-approve: |
||||||
|
name: Automatic Approve |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- name: Automatic Approve |
||||||
|
uses: mheap/automatic-approve-action@v1.1.0 |
||||||
|
with: |
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} |
||||||
|
workflows: "test.yml" |
Loading…
Reference in new issue