devops: Notice yarn.lock changes (#145)
* test * Update notice-yarn-changes.yml * upgrade prettier
This commit is contained in:
13
.github/workflows/notice-new-dependencies.yml
vendored
13
.github/workflows/notice-new-dependencies.yml
vendored
@@ -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 }}
|
17
.github/workflows/notice-yarn-changes.yml
vendored
Normal file
17
.github/workflows/notice-yarn-changes.yml
vendored
Normal 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'
|
Reference in New Issue
Block a user