From a6d6257134eac6c3ae9015cb252dd7fdae409ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CKirti?= <“119587+kirti@users.noreply.github.com”> Date: Sat, 21 Mar 2026 18:58:21 -0400 Subject: [PATCH 1/3] Add PR checks --- Simple-Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simple-Node.md b/Simple-Node.md index fb81b32..87fc273 100644 --- a/Simple-Node.md +++ b/Simple-Node.md @@ -98,4 +98,4 @@ Steps execute sequentially within a job: If any step fails, subsequent steps are skipped and the workflow fails. ---- \ No newline at end of file +--- From ad12c5e78e8005d75b75c7da367d3f60a10eedad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CKirti?= <“119587+kirti@users.noreply.github.com”> Date: Sat, 21 Mar 2026 19:13:23 -0400 Subject: [PATCH 2/3] codewonser added --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9e331b7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# kirti owns everything +* @kirti + +# Specific ownership +/.github/workflows/ @kirti +/src/ @kirti +*.md @kirti \ No newline at end of file From 9d1185e81064d0d95d359e7b8113173389d8feb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CKirti?= <“119587+kirti@users.noreply.github.com”> Date: Sat, 21 Mar 2026 19:18:49 -0400 Subject: [PATCH 3/3] codewonser added --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package.json b/package.json index f50c794..9cd5de3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,20 @@ "version": "0.1.0", "private": true, "homepage": "https://kirti.github.io/github-actions-practice", + "contributors": [ + "Kirti <119587+kirti@users.noreply.github.com>" + ], + "maintainers": [ + "Kirti <119587+kirti@users.noreply.github.com>" + ], + "repository": { + "type": "git", + "url": "https://github.com/kirti/github-actions-practice.git" + }, + "bugs": { + "url": "https://github.com/kirti/github-actions-practice/issues", + "email": "119587+kirti@users.noreply.github.com" + }, "dependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1",