Skip to content

Debug Mode - "Hmm... it's not here page" is shown when deleting a created violation #84201

Debug Mode - "Hmm... it's not here page" is shown when deleting a created violation

Debug Mode - "Hmm... it's not here page" is shown when deleting a created violation #84201

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