Skip to content

Refactor: Migrate EmojiPickerMenu Class component to Functional Component #33587

Refactor: Migrate EmojiPickerMenu Class component to Functional Component

Refactor: Migrate EmojiPickerMenu Class component to Functional Component #33587

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