From 42f64669468c7c6d3f19fe800975c77fab65aa2a Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 14 Jun 2024 11:12:37 +0100 Subject: [PATCH 1/5] Enable another trigger for the CLA check as a transition period for open PRs (#2) --- .github/workflows/cla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 539bbacee9a7..b3349f87545f 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,5 +1,7 @@ name: Check Scala CLA on: + # This is a temporary trigger to cover already opened PRs + workflow_dispatch: pull_request: types: opened branches-ignore: From 78bfe8291a28d8acf49a6779e466aa095e64e4f0 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 14 Jun 2024 11:15:16 +0100 Subject: [PATCH 2/5] =?UTF-8?q?Enable=20another=20trigger=20for=20the=20CL?= =?UTF-8?q?A=20check=20as=20a=20transition=20period=20for=20o=E2=80=A6=20(?= =?UTF-8?q?#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b3349f87545f..6e25ac914c5e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -3,7 +3,7 @@ on: # This is a temporary trigger to cover already opened PRs workflow_dispatch: pull_request: - types: opened + types: [opened, synchronize] branches-ignore: - 'language-reference-stable' From 8b9b339714bee27a76403b8e81d46a051df8e759 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 14 Jun 2024 11:16:41 +0100 Subject: [PATCH 3/5] Update cla.yml --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6e25ac914c5e..b3349f87545f 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -3,7 +3,7 @@ on: # This is a temporary trigger to cover already opened PRs workflow_dispatch: pull_request: - types: [opened, synchronize] + types: opened branches-ignore: - 'language-reference-stable' From 6cc1924314b42438f52f9980154c21302147a880 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 14 Jun 2024 11:20:01 +0100 Subject: [PATCH 4/5] test cla trigger --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a2bda3f8073..4e66ae61d437 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + Dotty ===== [![Dotty CI](https://github.com/scala/scala3/workflows/Dotty/badge.svg?branch=main)](https://github.com/scala/scala3/actions?query=branch%3Amain) From b471c1aaed4a218c2a7ba485921e15894e5067a8 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 14 Jun 2024 11:20:59 +0100 Subject: [PATCH 5/5] should keep the status and not trigger it again --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e66ae61d437..14bfb4c72cbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ + Dotty ===== [![Dotty CI](https://github.com/scala/scala3/workflows/Dotty/badge.svg?branch=main)](https://github.com/scala/scala3/actions?query=branch%3Amain)