Skip to content

Update TAvatarProps.size for backwards compatibility #8

Update TAvatarProps.size for backwards compatibility

Update TAvatarProps.size for backwards compatibility #8

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
merge_group:
types: [checks_requested]
jobs:
check_labels:
if: github.event_name == 'pull_request'
name: Prevent merge with blocking labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
none_of: 'πŸ‘ πŸ‘¨β€πŸŽ¨ Status: UI/UX Review,πŸ– πŸ– Status: On Hold,πŸ›‘ Status: blocked,🚧 Status: WIP'
repo_token: ${{ secrets.GITHUB_TOKEN }}