From 5ed569a8b9861cd7d0dc237dfbd460e39d1b25c9 Mon Sep 17 00:00:00 2001 From: Srija Adhya Date: Sat, 10 Aug 2024 19:13:12 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87ff94..29a8296 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Table of Contents -- [Introduction](#introduction) +- [Introduction](#introduction) Test - [Getting Started](#getting-started) - [Developement](#developement) - [Tech Stack Used](#tech-stack-used) From f94b961fc81aa69b74ece5d5c5e0c3e30428c673 Mon Sep 17 00:00:00 2001 From: Srija Adhya Date: Sat, 10 Aug 2024 19:14:39 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a8296..a87ff94 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Table of Contents -- [Introduction](#introduction) Test +- [Introduction](#introduction) - [Getting Started](#getting-started) - [Developement](#developement) - [Tech Stack Used](#tech-stack-used) From 29df3b3baff8aa53bb4705e31608da625a8984c0 Mon Sep 17 00:00:00 2001 From: Srija Adhya Date: Sat, 10 Aug 2024 19:15:36 +0530 Subject: [PATCH 3/3] Update assign-author.yml --- .github/workflows/assign-author.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index aea525d..ae8578d 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -4,6 +4,9 @@ on: pull_request_target: types: [opened, reopened] +permissions: + pull-requests: write + jobs: assign-author: runs-on: ubuntu-latest