Add branding for BRO-4d22af on Devnet #4056
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: Check assets ownership on comment | |
| permissions: | |
| contents: read | |
| actions: write | |
| on: [issue_comment] | |
| jobs: | |
| check-signature: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: multiversx/mx-workflow-rerun-on-comment@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | |
| REGEX: '[0-9a-fA-F]{64}$|^[0-9a-fA-F]{128}' | |
| NAME: 'Check assets ownership' |