fix: umod doesn't support red numbers #108
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: Notice yarn.lock changes | |
on: [pull_request] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
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' |