2021-05-20 02:31:25 -06:00
|
|
|
name: Notice yarn.lock changes
|
|
|
|
on: [pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
2021-07-26 01:42:51 -06:00
|
|
|
permissions:
|
|
|
|
pull-requests: write
|
2021-05-20 02:31:25 -06:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Notice yarn.lock changes
|
|
|
|
uses: Simek/yarn-lock-changes@main
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
collapsibleThreshold: '25'
|
|
|
|
failOnDowngrade: 'false'
|
|
|
|
path: 'yarn.lock'
|
|
|
|
updateComment: 'true'
|