From 2545dd0248f7c7bff4c932414cfbc9618117f074 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Thu, 28 Nov 2024 12:26:08 +0100 Subject: [PATCH 1/2] ci: organize workflows files --- .github/workflows/{ => main}/create-release-draft.yml | 0 .github/workflows/{ => main}/tag.yml | 0 .github/workflows/{ => pull-request}/action-self-test.yml | 0 .github/workflows/{ => pull-request}/check-dist.yml | 0 .github/workflows/{ => pull-request}/checks.yml | 0 .github/workflows/{ => pull-request}/merge-checks.yaml | 0 .github/workflows/{ => tag}/update-labels.yml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ => main}/create-release-draft.yml (100%) rename .github/workflows/{ => main}/tag.yml (100%) rename .github/workflows/{ => pull-request}/action-self-test.yml (100%) rename .github/workflows/{ => pull-request}/check-dist.yml (100%) rename .github/workflows/{ => pull-request}/checks.yml (100%) rename .github/workflows/{ => pull-request}/merge-checks.yaml (100%) rename .github/workflows/{ => tag}/update-labels.yml (100%) diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/main/create-release-draft.yml similarity index 100% rename from .github/workflows/create-release-draft.yml rename to .github/workflows/main/create-release-draft.yml diff --git a/.github/workflows/tag.yml b/.github/workflows/main/tag.yml similarity index 100% rename from .github/workflows/tag.yml rename to .github/workflows/main/tag.yml diff --git a/.github/workflows/action-self-test.yml b/.github/workflows/pull-request/action-self-test.yml similarity index 100% rename from .github/workflows/action-self-test.yml rename to .github/workflows/pull-request/action-self-test.yml diff --git a/.github/workflows/check-dist.yml b/.github/workflows/pull-request/check-dist.yml similarity index 100% rename from .github/workflows/check-dist.yml rename to .github/workflows/pull-request/check-dist.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/pull-request/checks.yml similarity index 100% rename from .github/workflows/checks.yml rename to .github/workflows/pull-request/checks.yml diff --git a/.github/workflows/merge-checks.yaml b/.github/workflows/pull-request/merge-checks.yaml similarity index 100% rename from .github/workflows/merge-checks.yaml rename to .github/workflows/pull-request/merge-checks.yaml diff --git a/.github/workflows/update-labels.yml b/.github/workflows/tag/update-labels.yml similarity index 100% rename from .github/workflows/update-labels.yml rename to .github/workflows/tag/update-labels.yml From b728901ce3e4a24cf2f99ae457bdd1a1376decbe Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Thu, 28 Nov 2024 12:29:13 +0100 Subject: [PATCH 2/2] ci: requires flat config --- .../create-release-draft.yml => main-create-release-draft.yml} | 0 .github/workflows/{main/tag.yml => main-tag.yml} | 0 .../action-self-test.yml => pull-request-action-self-test.yml} | 0 .../{pull-request/check-dist.yml => pull-request-check-dist.yml} | 0 .../{pull-request/checks.yml => pull-request-checks.yml} | 0 .../merge-checks.yaml => pull-request-merge-checks.yaml} | 0 .../workflows/{tag/update-labels.yml => tag-update-labels.yml} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main/create-release-draft.yml => main-create-release-draft.yml} (100%) rename .github/workflows/{main/tag.yml => main-tag.yml} (100%) rename .github/workflows/{pull-request/action-self-test.yml => pull-request-action-self-test.yml} (100%) rename .github/workflows/{pull-request/check-dist.yml => pull-request-check-dist.yml} (100%) rename .github/workflows/{pull-request/checks.yml => pull-request-checks.yml} (100%) rename .github/workflows/{pull-request/merge-checks.yaml => pull-request-merge-checks.yaml} (100%) rename .github/workflows/{tag/update-labels.yml => tag-update-labels.yml} (100%) diff --git a/.github/workflows/main/create-release-draft.yml b/.github/workflows/main-create-release-draft.yml similarity index 100% rename from .github/workflows/main/create-release-draft.yml rename to .github/workflows/main-create-release-draft.yml diff --git a/.github/workflows/main/tag.yml b/.github/workflows/main-tag.yml similarity index 100% rename from .github/workflows/main/tag.yml rename to .github/workflows/main-tag.yml diff --git a/.github/workflows/pull-request/action-self-test.yml b/.github/workflows/pull-request-action-self-test.yml similarity index 100% rename from .github/workflows/pull-request/action-self-test.yml rename to .github/workflows/pull-request-action-self-test.yml diff --git a/.github/workflows/pull-request/check-dist.yml b/.github/workflows/pull-request-check-dist.yml similarity index 100% rename from .github/workflows/pull-request/check-dist.yml rename to .github/workflows/pull-request-check-dist.yml diff --git a/.github/workflows/pull-request/checks.yml b/.github/workflows/pull-request-checks.yml similarity index 100% rename from .github/workflows/pull-request/checks.yml rename to .github/workflows/pull-request-checks.yml diff --git a/.github/workflows/pull-request/merge-checks.yaml b/.github/workflows/pull-request-merge-checks.yaml similarity index 100% rename from .github/workflows/pull-request/merge-checks.yaml rename to .github/workflows/pull-request-merge-checks.yaml diff --git a/.github/workflows/tag/update-labels.yml b/.github/workflows/tag-update-labels.yml similarity index 100% rename from .github/workflows/tag/update-labels.yml rename to .github/workflows/tag-update-labels.yml