chore(deps): update dependency @txo/commitlint to ^1.0.21 #350
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: Resolve yarn.lock | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
resolve-yarn-lock-on-comment: | |
name: 'Resolve yarn.lock' | |
if: contains(github.event.comment.body, '/resolve yarn.lock') | |
uses: technology-studio/github-workflows/.github/workflows/_resolve-yarn-lock.yml@main | |
secrets: inherit | |
with: | |
pr_number: ${{ github.event.issue.number }} | |
repo: ${{ github.repository }} |