From 6062d8e4097494e6fe51e4c7f5b8b708f7ad7094 Mon Sep 17 00:00:00 2001 From: Arjan Speiard | Asgard Sings! Date: Fri, 22 Sep 2023 13:25:16 +0200 Subject: [PATCH] Changed extension to yaml so the yaml-checker works. --- .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.yaml} | 2 +- .github/ISSUE_TEMPLATE/{config.yml => config.yaml} | 2 +- .../{feature_request.yml => feature_request.yaml} | 2 +- .../{build_and_release.yml => build_and_release.yaml} | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug_report.yaml} (98%) rename .github/ISSUE_TEMPLATE/{config.yml => config.yaml} (97%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature_request.yaml} (98%) rename .github/workflows/{build_and_release.yml => build_and_release.yaml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yaml index 0eed627..90253e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -37,4 +37,4 @@ body: label: Additional context description: Add screenshots etc. (Anything that will provide more context about the problem) validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yaml similarity index 97% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yaml index 36f72a0..d01fffd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -11,4 +11,4 @@ contact_links: - name: Question url: "https://discord.gg/NS3m3ad" - about: "Please ask questions in our Discord in the channel format-related" \ No newline at end of file + about: "Please ask questions in our Discord in the channel format-related" diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 98% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yaml index 2172d86..2c0168a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -32,4 +32,4 @@ body: label: Extra info/examples/attachments description: Add screenshots etc. (Anything that will give us more context about what is being requested!) validations: - required: false \ No newline at end of file + required: false diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yaml similarity index 96% rename from .github/workflows/build_and_release.yml rename to .github/workflows/build_and_release.yaml index 67d39e0..368d2d6 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yaml @@ -3,7 +3,7 @@ name: Build and Release UltraStar Format Specification Website # Controls when the workflow will run on: # Triggers the workflow on merges to master, release branches, - # all PRs, and release tags + # all PRs, and release tags push: branches: - main @@ -43,4 +43,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 - \ No newline at end of file