Skip to content

Update thread headers and ancestry to deep link back to the original comment using comment linking #56441

Update thread headers and ancestry to deep link back to the original comment using comment linking

Update thread headers and ancestry to deep link back to the original comment using comment linking #56441

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