Skip to content

Fix: Chat - Link in end of line displays tooltip over text and not on link #29340

Fix: Chat - Link in end of line displays tooltip over text and not on link

Fix: Chat - Link in end of line displays tooltip over text and not on link #29340

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 }}