Skip to content

The app should take the user back to the profile page when the user clicks the back button in the web browser #45228

The app should take the user back to the profile page when the user clicks the back button in the web browser

The app should take the user back to the profile page when the user clicks the back button in the web browser #45228

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