devops: Notice yarn.lock changes (#145)

* test

* Update notice-yarn-changes.yml

* upgrade prettier
This commit is contained in:
Marc Rousavy
2021-05-20 10:31:25 +02:00
committed by GitHub
parent ff890abebf
commit 160ec77940
4 changed files with 24 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
name: Notice new dependencies
on:
- pull_request
jobs:
notice_new_dependencies:
name: Notice new dependencies
runs-on: ubuntu-latest
steps:
- name: Check for new dependencies
uses: hiwelo/new-dependencies-action@1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -0,0 +1,17 @@
name: Notice yarn.lock changes
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
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'