fix(self-custodial): Not Authorized on send to a Blink Lightning Address, plus account-resolution fixes #5209
Workflow file for this run
This file contains hidden or 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 commits" | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| conventional: | |
| name: "Conventional commits" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Conventional PR | |
| uses: Namchee/conventional-pr@v0.12.1 | |
| with: | |
| access_token: ${{ secrets.GITHUB_TOKEN }} | |
| message: this PR needs to be updated to follow conventional commits message | |
| body: false | |
| issue: false |