fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
354 B
15 lines
354 B
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"
|
|
|