From 3e5db298217f1244d08c2824903887e35aec4fbd Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Thu, 8 Feb 2024 17:03:02 +0100 Subject: [PATCH 1/2] Prefix tchap workflows with tchap_ and move them back to the main dir --- .../add-issue-to-project.yaml => tchap_add-issue-to-project.yaml} | 0 .github/workflows/{tchap/build_tchap.yml => tchap_build.yml} | 0 .../{tchap/create-release.yml => tchap_create_release.yml} | 0 .github/workflows/{tchap/cypress.yaml => tchap_cypress.yaml} | 0 .../{tchap/label-new-issues.yml => tchap_label-new-issues.yml} | 0 .../static_analysis_tchap.yaml => tchap_static_analysis.yaml} | 0 .github/workflows/{tchap/tests_tchap.yaml => tchap_tests.yaml} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{tchap/add-issue-to-project.yaml => tchap_add-issue-to-project.yaml} (100%) rename .github/workflows/{tchap/build_tchap.yml => tchap_build.yml} (100%) rename .github/workflows/{tchap/create-release.yml => tchap_create_release.yml} (100%) rename .github/workflows/{tchap/cypress.yaml => tchap_cypress.yaml} (100%) rename .github/workflows/{tchap/label-new-issues.yml => tchap_label-new-issues.yml} (100%) rename .github/workflows/{tchap/static_analysis_tchap.yaml => tchap_static_analysis.yaml} (100%) rename .github/workflows/{tchap/tests_tchap.yaml => tchap_tests.yaml} (100%) diff --git a/.github/workflows/tchap/add-issue-to-project.yaml b/.github/workflows/tchap_add-issue-to-project.yaml similarity index 100% rename from .github/workflows/tchap/add-issue-to-project.yaml rename to .github/workflows/tchap_add-issue-to-project.yaml diff --git a/.github/workflows/tchap/build_tchap.yml b/.github/workflows/tchap_build.yml similarity index 100% rename from .github/workflows/tchap/build_tchap.yml rename to .github/workflows/tchap_build.yml diff --git a/.github/workflows/tchap/create-release.yml b/.github/workflows/tchap_create_release.yml similarity index 100% rename from .github/workflows/tchap/create-release.yml rename to .github/workflows/tchap_create_release.yml diff --git a/.github/workflows/tchap/cypress.yaml b/.github/workflows/tchap_cypress.yaml similarity index 100% rename from .github/workflows/tchap/cypress.yaml rename to .github/workflows/tchap_cypress.yaml diff --git a/.github/workflows/tchap/label-new-issues.yml b/.github/workflows/tchap_label-new-issues.yml similarity index 100% rename from .github/workflows/tchap/label-new-issues.yml rename to .github/workflows/tchap_label-new-issues.yml diff --git a/.github/workflows/tchap/static_analysis_tchap.yaml b/.github/workflows/tchap_static_analysis.yaml similarity index 100% rename from .github/workflows/tchap/static_analysis_tchap.yaml rename to .github/workflows/tchap_static_analysis.yaml diff --git a/.github/workflows/tchap/tests_tchap.yaml b/.github/workflows/tchap_tests.yaml similarity index 100% rename from .github/workflows/tchap/tests_tchap.yaml rename to .github/workflows/tchap_tests.yaml From 48df83c3cedbb5489b4d31f75aae68f87a9ed83e Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Thu, 8 Feb 2024 17:04:54 +0100 Subject: [PATCH 2/2] Use underscores --- ..._add-issue-to-project.yaml => tchap_add_issue_to_project.yaml} | 0 .../{tchap_label-new-issues.yml => tchap_label_new_issues.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{tchap_add-issue-to-project.yaml => tchap_add_issue_to_project.yaml} (100%) rename .github/workflows/{tchap_label-new-issues.yml => tchap_label_new_issues.yml} (100%) diff --git a/.github/workflows/tchap_add-issue-to-project.yaml b/.github/workflows/tchap_add_issue_to_project.yaml similarity index 100% rename from .github/workflows/tchap_add-issue-to-project.yaml rename to .github/workflows/tchap_add_issue_to_project.yaml diff --git a/.github/workflows/tchap_label-new-issues.yml b/.github/workflows/tchap_label_new_issues.yml similarity index 100% rename from .github/workflows/tchap_label-new-issues.yml rename to .github/workflows/tchap_label_new_issues.yml