Skip to content

chore(deps): bump wasmparser from 0.226.0 to 0.227.1 #220

chore(deps): bump wasmparser from 0.226.0 to 0.227.1

chore(deps): bump wasmparser from 0.226.0 to 0.227.1 #220

Workflow file for this run

name: PR Labeler
on:
# Runs workflow when activity on a PR in the workflow's repository occurs.
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true