From e91773ab70605d64eb65f7180c741f4406c52aca Mon Sep 17 00:00:00 2001 From: anilkamaraju <31502264+anilkamaraju@users.noreply.github.com> Date: Tue, 30 Nov 2021 12:46:19 +0530 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e965047..e603e37 100644 --- a/readme.md +++ b/readme.md @@ -1 +1 @@ -Hello +Hello dev branch From 62507aa270b091895f2146b828c2cf6c6396f406 Mon Sep 17 00:00:00 2001 From: anilkamaraju <31502264+anilkamaraju@users.noreply.github.com> Date: Tue, 30 Nov 2021 12:57:33 +0530 Subject: [PATCH 2/2] Delete main.yml --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 62a3f45..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Pull Request Stats - -on: pull_request - -jobs: - stats: - runs-on: self-hosted - steps: - - name: Run pull request stats - uses: flowwer-dev/pull-request-stats@master - with: - token: ${{ secrets.ADD_A_PERSONAL_ACCESS_TOKEN }} - repositories: 'anilkamaraju/springboot' - period: 7 - charts: true - sort-by: 'COMMENTS'