Skip to content

Fix long pressing the comment reaction does not open the reactions modal the first time you do it #65671

Fix long pressing the comment reaction does not open the reactions modal the first time you do it

Fix long pressing the comment reaction does not open the reactions modal the first time you do it #65671

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