From 35ca76dd94ac692add5a0b8530c47ecf2493b29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=EC=A4=80=ED=97=8C?= Date: Thu, 13 Feb 2025 09:04:00 +0900 Subject: [PATCH] Move Slack notification workflow to root directory Relocated the Slack notification workflow from the spring-boot subdirectory to the root .github/workflows directory. This ensures better organization and broader accessibility across the repository. --- .../.github => .github}/workflows/notify-slack-on-pr-merge.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {spring-boot/.github => .github}/workflows/notify-slack-on-pr-merge.yaml (100%) diff --git a/spring-boot/.github/workflows/notify-slack-on-pr-merge.yaml b/.github/workflows/notify-slack-on-pr-merge.yaml similarity index 100% rename from spring-boot/.github/workflows/notify-slack-on-pr-merge.yaml rename to .github/workflows/notify-slack-on-pr-merge.yaml