Sha256: 0747ae905f13ef534435deb968a12576cacdb33f182d24702f6c562be7b21d94

Contents?: true

Size: 367 Bytes

Versions: 24

Compression:

Stored size: 367 Bytes

Contents

name: Find signed commits
on:
  pull_request_target:
    branches:
      - master # or the name of your main branch
jobs:
  check-sign-off:
    name: Write comment if unsigned commits found
    env:
      FORCE_COLOR: 1
    runs-on: ubuntu-latest

    steps:
      - uses: live627/check-pr-signoff-action@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
instana-1.209.6 .github/workflows/pr_commits_signed_off.yml
instana-1.209.5 .github/workflows/pr_commits_signed_off.yml
instana-1.209.4 .github/workflows/pr_commits_signed_off.yml
instana-1.209.3 .github/workflows/pr_commits_signed_off.yml