From 72c1d2f8ceb2652ae8a8afad4d995eced57c97bd Mon Sep 17 00:00:00 2001 From: wegvbhjlkasd Date: Thu, 15 Feb 2024 12:31:22 +0900 Subject: [PATCH] setup github actions --- {.github.sample => .github}/actions/latex/Dockerfile | 0 {.github.sample => .github}/actions/latex/action.yml | 0 {.github.sample => .github}/actions/latex/entrypoint.sh | 0 {.github.sample => .github}/labeler.yml | 0 {.github.sample => .github}/labels.yml | 0 {.github.sample => .github}/workflows/labeler.yml | 0 {.github.sample => .github}/workflows/latex.yml | 0 {.github.sample => .github}/workflows/notify.yml | 0 {.github.sample => .github}/workflows/sync_labels.yml | 0 {.github.sample => .github}/workflows/unagi.yml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {.github.sample => .github}/actions/latex/Dockerfile (100%) rename {.github.sample => .github}/actions/latex/action.yml (100%) rename {.github.sample => .github}/actions/latex/entrypoint.sh (100%) mode change 100755 => 100644 rename {.github.sample => .github}/labeler.yml (100%) rename {.github.sample => .github}/labels.yml (100%) rename {.github.sample => .github}/workflows/labeler.yml (100%) rename {.github.sample => .github}/workflows/latex.yml (100%) rename {.github.sample => .github}/workflows/notify.yml (100%) rename {.github.sample => .github}/workflows/sync_labels.yml (100%) rename {.github.sample => .github}/workflows/unagi.yml (100%) diff --git a/.github.sample/actions/latex/Dockerfile b/.github/actions/latex/Dockerfile similarity index 100% rename from .github.sample/actions/latex/Dockerfile rename to .github/actions/latex/Dockerfile diff --git a/.github.sample/actions/latex/action.yml b/.github/actions/latex/action.yml similarity index 100% rename from .github.sample/actions/latex/action.yml rename to .github/actions/latex/action.yml diff --git a/.github.sample/actions/latex/entrypoint.sh b/.github/actions/latex/entrypoint.sh old mode 100755 new mode 100644 similarity index 100% rename from .github.sample/actions/latex/entrypoint.sh rename to .github/actions/latex/entrypoint.sh diff --git a/.github.sample/labeler.yml b/.github/labeler.yml similarity index 100% rename from .github.sample/labeler.yml rename to .github/labeler.yml diff --git a/.github.sample/labels.yml b/.github/labels.yml similarity index 100% rename from .github.sample/labels.yml rename to .github/labels.yml diff --git a/.github.sample/workflows/labeler.yml b/.github/workflows/labeler.yml similarity index 100% rename from .github.sample/workflows/labeler.yml rename to .github/workflows/labeler.yml diff --git a/.github.sample/workflows/latex.yml b/.github/workflows/latex.yml similarity index 100% rename from .github.sample/workflows/latex.yml rename to .github/workflows/latex.yml diff --git a/.github.sample/workflows/notify.yml b/.github/workflows/notify.yml similarity index 100% rename from .github.sample/workflows/notify.yml rename to .github/workflows/notify.yml diff --git a/.github.sample/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml similarity index 100% rename from .github.sample/workflows/sync_labels.yml rename to .github/workflows/sync_labels.yml diff --git a/.github.sample/workflows/unagi.yml b/.github/workflows/unagi.yml similarity index 100% rename from .github.sample/workflows/unagi.yml rename to .github/workflows/unagi.yml