Add more off-chain code duplication examples from existing PABs. Include problems with querying coin-selection, tests, retrying and errors. #38
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: Blocking Issues | |
on: | |
issues: | |
types: [opened, edited, deleted, transferred, closed, reopened] | |
pull_request_target: | |
types: [opened, edited, closed, reopened] | |
jobs: | |
blocking_issues: | |
runs-on: ubuntu-latest | |
name: Checks for blocking issues | |
steps: | |
- uses: Levi-Lesches/blocking-issues@v2 |