From 8c3aef47042763879bbc02c855ffda5c5caa8d53 Mon Sep 17 00:00:00 2001 From: Kong <155794105+ocahs9@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:35:43 +0900 Subject: [PATCH] Rename autoLabeling.yml to autoLabel.yml --- .github/workflows/{autoLabeling.yml => autoLabel.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{autoLabeling.yml => autoLabel.yml} (87%) diff --git a/.github/workflows/autoLabeling.yml b/.github/workflows/autoLabel.yml similarity index 87% rename from .github/workflows/autoLabeling.yml rename to .github/workflows/autoLabel.yml index effac48..d7de751 100644 --- a/.github/workflows/autoLabeling.yml +++ b/.github/workflows/autoLabel.yml @@ -18,4 +18,4 @@ jobs: id: labeler uses: jimschubert/labeler-action@v1 with: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}