Skip to content

feat(iota-wallet & wallet-dashboard): show old browser banner #8765

feat(iota-wallet & wallet-dashboard): show old browser banner

feat(iota-wallet & wallet-dashboard): show old browser banner #8765

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
with:
types: |
feat
fix
refactor
chore
upstream
backport
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}