Skip to content

[ID-3582][ID-3592][DO NOT MERGE] chore: sunet device code auth #258

[ID-3582][ID-3592][DO NOT MERGE] chore: sunet device code auth

[ID-3582][ID-3592][DO NOT MERGE] chore: sunet device code auth #258

Workflow file for this run

---
name: 'Assert Branch Naming Convention'
on: pull_request
jobs:
branch-naming-rules:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-z])*\/?([a-z0-9.-])+'
ignore: main
min_length: 5
max_length: 50