From 62f06eafe9ec90f5e23f58c136c8962b1ded006b Mon Sep 17 00:00:00 2001 From: Tim <11543666+tbckr@users.noreply.github.com> Date: Sat, 16 Sep 2023 15:53:26 +0200 Subject: [PATCH] chore: reuse prompts.yml for licenses --- .github/workflows/toc.yml | 3 +-- licenses/prompts.md | 44 --------------------------------------- licenses/prompts.yml | 1 + 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 licenses/prompts.md create mode 120000 licenses/prompts.yml diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index be7f1979..9a580923 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -28,7 +28,6 @@ on: paths: - 'README.md' - 'DEVELOPMENT.md' - - 'licenses/prompts.md' concurrency: group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }} @@ -45,4 +44,4 @@ jobs: uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TARGET_PATHS: "README.md,DEVELOPMENT.md,licenses/prompts.md" + TARGET_PATHS: "README.md,DEVELOPMENT.md" diff --git a/licenses/prompts.md b/licenses/prompts.md deleted file mode 100644 index e0952edc..00000000 --- a/licenses/prompts.md +++ /dev/null @@ -1,44 +0,0 @@ -# Prompt Modifiers - -## Overview - - - - - -- [Details](#details) - - [Default shell and code modifier prompts](#default-shell-and-code-modifier-prompts) - - - -## Details - -### Default shell and code modifier prompts - -- Name: github.com/TheR1D/shell_gpt -- Version: 1312526af4ee531be531db035bda22ad88fd9edb -- License: [MIT](https://github.com/TheR1D/shell_gpt/blob/1312526af4ee531be531db035bda22ad88fd9edb/LICENSE) - -```text -MIT License - -Copyright (c) 2023 Farkhod Sadykov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` diff --git a/licenses/prompts.yml b/licenses/prompts.yml new file mode 120000 index 00000000..40ebb04d --- /dev/null +++ b/licenses/prompts.yml @@ -0,0 +1 @@ +../modifiers/prompts.yml \ No newline at end of file