From 0c89df47910bda6ff482c2cfa11a4a88856c4208 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Wed, 18 Jan 2023 20:35:22 +0500 Subject: [PATCH] Fix CI failures Signed-off-by: Octol1ttle --- .github/dependabot.yml | 2 +- .github/workflows/resharper.yml | 2 +- CODEOWNERS | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18ba8f9..f573c5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,7 @@ updates: - "type: dependencies" - package-ecosystem: "nuget" # See documentation for possible values - directory: "/Boyfriend" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly" allow: diff --git a/.github/workflows/resharper.yml b/.github/workflows/resharper.yml index 9a91364..7de5d34 100644 --- a/.github/workflows/resharper.yml +++ b/.github/workflows/resharper.yml @@ -31,6 +31,6 @@ jobs: - name: ReSharper CLI InspectCode uses: muno92/resharper_inspectcode@1.6.6 with: - solutionPath: ./Boyfriend-CSharp.sln + solutionPath: ./Boyfriend.sln ignoreIssueType: InvertIf solutionWideAnalysis: true diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..470a6fb --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @boyfriend-admins +Messages.tt-ru.resx @mctaylors