wasm-pack 0.14.0

📦✨ your favorite rust -> wasm workflow tool!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Automatic Approve
permissions:
  contents: read
  pull-requests: write
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"