build(deps): bump ext/HCE.DRP from d4db51a
to 1a2b536
#221
Workflow file for this run
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 |