From 3b34c755292f8b2360b7a1eef1f23ed8393fda04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:41:08 +0000 Subject: [PATCH 1/2] Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /TodoList.API Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TodoList.API/TodoList.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TodoList.API/TodoList.API.csproj b/TodoList.API/TodoList.API.csproj index f315722..1aded5d 100644 --- a/TodoList.API/TodoList.API.csproj +++ b/TodoList.API/TodoList.API.csproj @@ -19,7 +19,7 @@ - + From 834bb73d56630136167fe3573721744048a976ff Mon Sep 17 00:00:00 2001 From: Anastasios Moraitis Date: Tue, 25 Jul 2023 09:09:08 +0300 Subject: [PATCH 2/2] Delete greetings.yml --- .github/workflows/greetings.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index b7fa59d..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: 'Thank you for contributing to this OS project. We will review your forst PR as soon as possible🎉🎉'' first pr'