Skip to content

Update dependency expo-updates to v0.25.20 #587

Update dependency expo-updates to v0.25.20

Update dependency expo-updates to v0.25.20 #587

name: 'Assert Branch Naming Convention'
on: [ push, pull_request ]
jobs:
branch-naming-rules:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-branch-name@master
with:
regex: '([\w]{3,})+\/([\w(?:\-,.,_)]{5,})' # Regex the branch should match. This example enforces grouping
allowed_prefixes: 'feature,stable,fix,updates,dependabot' # All branches should start with the given prefix
ignore: master,develop,main # Ignore exactly matching branch names from convention
min_length: 5 # Min length of the branch name
max_length: 50 # Max length of the branch name