From b63977e25b793829c3aa9f56e79b58c0abe517eb Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 7 May 2025 16:44:59 -0600 Subject: [PATCH] move config file --- .github/workflows/sourcery.yml | 1 - .github/config/sourcery.yaml => .sourcery.yaml | 0 2 files changed, 1 deletion(-) rename .github/config/sourcery.yaml => .sourcery.yaml (100%) diff --git a/.github/workflows/sourcery.yml b/.github/workflows/sourcery.yml index 59b40f74..f1cf2763 100644 --- a/.github/workflows/sourcery.yml +++ b/.github/workflows/sourcery.yml @@ -27,4 +27,3 @@ jobs: - uses: sourcery-ai/action@v1 with: token: ${{ secrets.SOURCERY_TOKEN }} - config: .github/config/sourcery.yaml diff --git a/.github/config/sourcery.yaml b/.sourcery.yaml similarity index 100% rename from .github/config/sourcery.yaml rename to .sourcery.yaml