From 032851f3abe1e128a133c4ea452030af5483f368 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:24:08 +0200 Subject: [PATCH 1/6] test(IDX): try with new tag --- .github/workflows/check_cla_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cla_dev.yml b/.github/workflows/check_cla_dev.yml index d6fd646..378b572 100644 --- a/.github/workflows/check_cla_dev.yml +++ b/.github/workflows/check_cla_dev.yml @@ -11,5 +11,5 @@ on: jobs: call-check-cla: - uses: ./.github/workflows/check_cla.yml + uses: ./.github/workflows/check_cla.yml@manual-05-09-2024 secrets: inherit From 46593ff5d884ae4d41e3c086aead0410ee28912b Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:24:51 +0200 Subject: [PATCH 2/6] Update check_cla_dev.yml --- .github/workflows/check_cla_dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_cla_dev.yml b/.github/workflows/check_cla_dev.yml index 378b572..d53daf3 100644 --- a/.github/workflows/check_cla_dev.yml +++ b/.github/workflows/check_cla_dev.yml @@ -6,6 +6,7 @@ on: pull_request: paths: - .github/workflows/check_cla.yml + - .github/workflows/check_cla_dev.yml - reusable_workflows/check_cla/** - reusable_workflows/check_membership/** From 9e9ce6b088f1d5c2bb8f3e889d23395e3ba24455 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:26:18 +0200 Subject: [PATCH 3/6] Update check_cla_dev.yml --- .github/workflows/check_cla_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cla_dev.yml b/.github/workflows/check_cla_dev.yml index d53daf3..d3662df 100644 --- a/.github/workflows/check_cla_dev.yml +++ b/.github/workflows/check_cla_dev.yml @@ -12,5 +12,5 @@ on: jobs: call-check-cla: - uses: ./.github/workflows/check_cla.yml@manual-05-09-2024 + uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024 secrets: inherit From e36766e907bc161278922c9c136a7d2704776f05 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:28:36 +0200 Subject: [PATCH 4/6] Update check_cla_ruleset.yml --- .github/workflows/check_cla_ruleset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cla_ruleset.yml b/.github/workflows/check_cla_ruleset.yml index cf7b774..8ba1532 100644 --- a/.github/workflows/check_cla_ruleset.yml +++ b/.github/workflows/check_cla_ruleset.yml @@ -13,5 +13,5 @@ on: jobs: call-check-cla: - uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main + uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024 secrets: inherit From 08e952cfbc74fd12f26edfa3ca7db0dcb87822f3 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:31:18 +0200 Subject: [PATCH 5/6] change it back --- .github/workflows/check_cla_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cla_dev.yml b/.github/workflows/check_cla_dev.yml index d3662df..ea1e3a9 100644 --- a/.github/workflows/check_cla_dev.yml +++ b/.github/workflows/check_cla_dev.yml @@ -12,5 +12,5 @@ on: jobs: call-check-cla: - uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024 + uses: ./.github/workflows/check_cla.yml secrets: inherit From 8e07cb365a3fa37b3717767723f024616db8a558 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:40:57 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e04d7..fcb73e2 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ If a new change needs to be deployed a new tag needs to be created. Currently th git tag git push origin --tags ``` -This will allow you to test out the workflow first if you'd like (we have a ruleset called CLA check (dev)), otherwise update the main ruleset CLA-check with the correct tag. +Then update the tag in the workflow `.github/workflows/check_cla_ruleset.yml`.