fix: the need to config immutable.uplugin to toggle on/off blui/webbrowserwidget when switching between 4.26+/5.1+ respectively (#3459) #175
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: '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.-])+' | |
allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert,release' | |
ignore: main | |
min_length: 5 | |
max_length: 50 |