From 6206dde9dc6a44ab1611ac83a6cb9021c8901cc0 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 14:59:43 +0530 Subject: [PATCH 1/4] commit 1 Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cb258769..cdf4b31ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,3 +165,6 @@ Modify the dependency specification (syntax can be found [here](https://python-p - `rm poetry.lock && poetry install` Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. + + +Sample change: Add commit signoffs. From afdc214ae92a9a4360f2445e47f92c82ca7028a6 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:01:17 +0530 Subject: [PATCH 2/4] commit 1 Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdf4b31ec..98e7b16aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,4 +167,4 @@ Modify the dependency specification (syntax can be found [here](https://python-p Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. -Sample change: Add commit signoffs. +Sample change: Add commit signoffs. Then the check will pass From 5a48651d3415ea4407e45e66052efce909767861 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:15:32 +0530 Subject: [PATCH 3/4] updates runner for dco check Signed-off-by: Madhav Sainanee --- .github/workflows/dco-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index 7dc03eb03..050665ec9 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -4,7 +4,9 @@ on: [pull_request] jobs: check: - runs-on: ubuntu-latest + runs-on: + group: databricks-protected-runner-group + labels: linux-ubuntu-latest steps: - name: Check for DCO id: dco-check From bc943f29403452b95db2224e32702248d1380eb5 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Thu, 27 Feb 2025 15:19:15 +0530 Subject: [PATCH 4/4] removes contributing file changes Signed-off-by: Madhav Sainanee --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98e7b16aa..0cb258769 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,6 +165,3 @@ Modify the dependency specification (syntax can be found [here](https://python-p - `rm poetry.lock && poetry install` Sometimes `poetry update` can freeze or run forever. Deleting the `poetry.lock` file and calling `poetry install` is guaranteed to update everything but is usually _slower_ than `poetry update` **if `poetry update` works at all**. - - -Sample change: Add commit signoffs. Then the check will pass