fix(deps): bump src/cmudict/data from 7cd8fb5
to 0f8072f
#174
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Autoapprove PRs | |
on: pull_request | |
permissions: | |
pull-requests: write | |
jobs: | |
autoapprove-prs: | |
uses: prosegrinder/.github/.github/workflows/autoapprove-prs.yaml@main | |
with: | |
PR_URL: ${{github.event.pull_request.html_url}} | |
secrets: | |
APPROVAL_TOKEN: ${{secrets.GITHUB_TOKEN}} |