From f6ef25627a12740b88c4cbe09237229484751e48 Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Mon, 1 May 2023 18:08:29 -0300 Subject: [PATCH 1/2] Updates --- .github/workflows/test.yml | 2 +- goodbye.sh | 2 +- pulls.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96300da..75081e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,4 +13,4 @@ jobs: with: who-to-greet: "Mateus" owner: ${{ github.repository_owner}} - repository: ${{ github.event.repository.name }} \ No newline at end of file + repository: ${{ github.event.repository.name }} diff --git a/goodbye.sh b/goodbye.sh index e75f9fe..5633206 100755 --- a/goodbye.sh +++ b/goodbye.sh @@ -1,3 +1,3 @@ #!/bin/bash -echo "Goodbye" \ No newline at end of file +echo "Goodbye" diff --git a/pulls.sh b/pulls.sh index 4b74bfd..f7ddda8 100755 --- a/pulls.sh +++ b/pulls.sh @@ -21,4 +21,4 @@ query { " | jq '.data.repository.pullRequests.totalCount') echo "Remaining API calls: ${rate_limit_remaining}" -echo "Pull Requests: ${pr_count}" \ No newline at end of file +echo "Pull Requests: ${pr_count}" From b68f31e5aadffd197fe90f7bc282a85f0ca9be1f Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Fri, 5 May 2023 20:14:07 -0300 Subject: [PATCH 2/2] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc969df..57ee4fc 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# pr-tracker \ No newline at end of file + +# pr-tracker