RSSHub/.github/workflows/yarn-lock-changes.yml

17 lines
482 B
YAML

name: Yarn Lock Changes
on: [pull_request]
jobs:
yarn_lock_changes:
runs-on: ubuntu-latest
# Permission overwrite is required for Dependabot PRs, see https://github.com/marketplace/actions/yarn-lock-changes#-common-issues.
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}