From d4d4ea93956d5117e1e06e5eddc8ad161e89fd2e Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:44:56 +0000 Subject: [PATCH 1/4] docs: readme update --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ac31e31..1eb1133 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Sample GitHub App - -This sample app showcases how webhooks can be used with a GitHub App's installation token to create a bot that responds to issues. Code uses [octokit.js](https://github.com/octokit/octokit.js). +## Bot to help with Open Source collaboration and maintenance ## Requirements From 58dc196ce36ddb3c18b0fbffb688688dfe9aa82d Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:16:37 +0530 Subject: [PATCH 2/4] Delete .codesandbox directory (#1) (#19) --- .codesandbox/tasks.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .codesandbox/tasks.json diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json deleted file mode 100644 index 8560ef6..0000000 --- a/.codesandbox/tasks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // These tasks will run in order when initializing your CodeSandbox project. - "setupTasks": [ - { - "name": "Install Dependencies", - "command": "npm install" - } - ], - - // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "server": { - "name": "server", - "command": "npm start" - }, - "lint": { - "name": "lint", - "command": "npm run lint" - }, - "n": { - "name": "n", - "command": "npm start", - "runAtStart": true, - "preview": { - "port": 3000 - } - } - } -} From b1a2a177db146ddabc6b9e85c9aae8c81a50f9d9 Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:23:33 +0530 Subject: [PATCH 3/4] docs: support docs change (#23) --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 7cb4c85..1cae549 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -4,7 +4,7 @@ This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue. -This project is not actively developed but is maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner. +This project is not actively developed but is maintained by **THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner. ## GitHub Support Policy From 2015b68969dbe218abf89f525882e65b64678c3e Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:28:12 +0530 Subject: [PATCH 4/4] docs: coc update (#24) --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5b0ae4d..68b7b2b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at opensource@github.com. All +reported by contacting the project team at opensource@example.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.