Skip to content

Commit c39f877

Browse files
authored
Merge pull request #42 from moderakh/fix-dco-issue
Signed-off-by: Moe Derakhshani <[email protected]> my [OAuth PR](https://github.com/databricks/databricks-sql-python/runs/8005844758?check_suite_focus=true) is blocked due to dco validation (following error): <img width="1202" alt="Screen Shot 2022-08-25 at 12 05 40 PM" src="https://user-images.githubusercontent.com/22279672/186747897-c9d57586-366f-41f9-aa66-609f2bf3911f.png"> We should try to avoid running dco for internal databricks employees: I am trying to relax the validation based on this guideline: https://github.com/dcoapp/app/blob/main/README.md#skipping-sign-off-for-organization-members and here: https://stackoverflow.com/questions/62969381/is-it-in-line-with-the-dco-that-a-github-sign-off-needs-and-publishes-full-name
2 parents d024317 + b174d24 commit c39f877

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dco-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: DCO Check
22

33
on: [pull_request]
44

5+
require:
6+
members: false
7+
8+
allowRemediationCommits:
9+
individual: true
10+
thirdParty: true
11+
512
jobs:
613
check:
714
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)