Skip to content

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /examples/hello-mysql #29

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /examples/hello-mysql

chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /examples/hello-mysql #29

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true