Skip to content

Update search to work with chat rooms with empty participants + prevent searching for chat rooms by participant #65887

Update search to work with chat rooms with empty participants + prevent searching for chat rooms by participant

Update search to work with chat rooms with empty participants + prevent searching for chat rooms by participant #65887

name: Verify signed commits
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
jobs:
verifySignedCommits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify signed commits
uses: ./.github/actions/javascript/verifySignedCommits
with:
GITHUB_TOKEN: ${{ github.token }}