Skip to content

Commit

Permalink
feat(ci): add yarn lock changes to pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 17, 2021
1 parent a6c42f5 commit f0d3a23
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- name: Labeler
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'
updateComment: 'true'

0 comments on commit f0d3a23

Please sign in to comment.