Skip to content

Commit

Permalink
Add exemption for upgrade contribor statement
Browse files Browse the repository at this point in the history
The Projen `update-main` uses 'github-actions@github.org',
so add an exemptUser for the pull request statement.

Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
  • Loading branch information
scottschreckengaust committed Sep 22, 2023
1 parent 921173c commit c9067aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
githubOptions: {
pullRequestLintOptions: {
contributorStatement: 'By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.',
contributorStatementOptions: {
exemptUsers: [
'github-actions@github.org',
]
}
},
},
docgen: false,
Expand Down

0 comments on commit c9067aa

Please sign in to comment.