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 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 +--- 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",