Skip to content

Fixes for feature: Add support for redirecting user to a target URL when they click on the magic link code #50598

Fixes for feature: Add support for redirecting user to a target URL when they click on the magic link code

Fixes for feature: Add support for redirecting user to a target URL when they click on the magic link code #50598

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