From 96b62b6539b3f25ae8cc91681cc660715aabdd8f Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 20 Jul 2022 22:33:23 +0200 Subject: [PATCH] ci: rename files to match better naming --- .github/workflows/{labelsync.yml => label-sync.yml} | 0 .../workflows/{auto-deprecate.yml => npm-auto-deprecate.yml} | 2 +- .github/workflows/{pr-automation.yml => pr-triage.yml} | 0 .github/workflows/{test.yml => tests.yml} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{labelsync.yml => label-sync.yml} (100%) rename .github/workflows/{auto-deprecate.yml => npm-auto-deprecate.yml} (97%) rename .github/workflows/{pr-automation.yml => pr-triage.yml} (100%) rename .github/workflows/{test.yml => tests.yml} (100%) diff --git a/.github/workflows/labelsync.yml b/.github/workflows/label-sync.yml similarity index 100% rename from .github/workflows/labelsync.yml rename to .github/workflows/label-sync.yml diff --git a/.github/workflows/auto-deprecate.yml b/.github/workflows/npm-auto-deprecate.yml similarity index 97% rename from .github/workflows/auto-deprecate.yml rename to .github/workflows/npm-auto-deprecate.yml index 0b12fba5c..5f8f816d5 100644 --- a/.github/workflows/auto-deprecate.yml +++ b/.github/workflows/npm-auto-deprecate.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '0 1 * * *' jobs: - auto-deprecate: + npm-auto-deprecate: name: npm auto deprecate runs-on: ubuntu-latest if: github.repository_owner == 'discordjs' diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-triage.yml similarity index 100% rename from .github/workflows/pr-automation.yml rename to .github/workflows/pr-triage.yml diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml