From c32ca5a23cf74510292a08c464d0801382a61fa8 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 16 Feb 2024 00:03:24 +0100 Subject: [PATCH] the yaml files must have the file extention `yaml`. If they are called `yml`, they are threated slightly different in the actions section --- .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.yaml} | 0 .github/ISSUE_TEMPLATE/{config.yml => config.yaml} | 0 .../{label-commenter-config.yml => label-commenter-config.yaml} | 0 .github/workflows/{build.yml => build.yaml} | 0 .github/workflows/{clear_cache.yml => clear_cache.yaml} | 0 ...al-update-webinstaller.yml => manual-update-webinstaller.yaml} | 0 .github/workflows/{reply-bot.yml => reply-bot.yaml} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.yaml} (100%) rename .github/ISSUE_TEMPLATE/{config.yml => config.yaml} (100%) rename .github/{label-commenter-config.yml => label-commenter-config.yaml} (100%) rename .github/workflows/{build.yml => build.yaml} (100%) rename .github/workflows/{clear_cache.yml => clear_cache.yaml} (100%) rename .github/workflows/{manual-update-webinstaller.yml => manual-update-webinstaller.yaml} (100%) rename .github/workflows/{reply-bot.yml => reply-bot.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yaml similarity index 100% rename from .github/label-commenter-config.yml rename to .github/label-commenter-config.yaml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yaml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build.yaml diff --git a/.github/workflows/clear_cache.yml b/.github/workflows/clear_cache.yaml similarity index 100% rename from .github/workflows/clear_cache.yml rename to .github/workflows/clear_cache.yaml diff --git a/.github/workflows/manual-update-webinstaller.yml b/.github/workflows/manual-update-webinstaller.yaml similarity index 100% rename from .github/workflows/manual-update-webinstaller.yml rename to .github/workflows/manual-update-webinstaller.yaml diff --git a/.github/workflows/reply-bot.yml b/.github/workflows/reply-bot.yaml similarity index 100% rename from .github/workflows/reply-bot.yml rename to .github/workflows/reply-bot.yaml