Skip to content

fix: derive reaction list from reaction_groups and show reaction count while maintaining the order #3325

fix: derive reaction list from reaction_groups and show reaction count while maintaining the order

fix: derive reaction list from reaction_groups and show reaction count while maintaining the order #3325

Workflow file for this run

name: 'Lint PR title'
on:
pull_request:
branches:
- develop
- 'v[0-9]+.[0-9]+.[0-9]+'
types: [opened, edited, synchronize]
jobs:
lint_pr_title:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/[email protected]
with:
regex: '^(\w*)(?:\((.*)\))?: (.*)$'