Skip to content

Commit

Permalink
Merge pull request #7981 from Expensify/Rory-VerifiedCommitsCheck
Browse files Browse the repository at this point in the history
[No QA] Verify that commits are signed when PRs are created or synchronized
  • Loading branch information
deetergp authored Mar 9, 2022
2 parents 9c534aa + 6eea364 commit bc4f429
Show file tree
Hide file tree
Showing 5 changed files with 12,159 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/verifySignedCommits/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Verify signed commits'
description: 'This action verifies that all commits in a given pull request are signed.'
inputs:
GITHUB_TOKEN:
description: 'Auth token for New Expensify Github; necessary for accessing Octokit.'
required: true
PR_NUMBER:
description: 'The pull request to verify commits on. Defaults to github.event.number .'
required: false

runs:
using: 'node12'
main: './index.js'
Loading

0 comments on commit bc4f429

Please sign in to comment.