chore(deps): bump ext/BinPosh.VSSetup from 085ab2a
to 883d287
#128
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: Conventional Pull Request | |
# See https://github.com/Namchee/conventional-pr | |
on: | |
pull_request: | |
permissions: | |
checks: write | |
issues: write | |
pull-requests: write | |
jobs: | |
cpr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: conventional-pr | |
uses: Namchee/[email protected] | |
with: | |
access_token: ${{ secrets.GITHUB_TOKEN }} | |
ignored_users: snyk-bot |