Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify README and remove unnecessary content #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markkarle
Copy link

@markkarle markkarle commented Sep 18, 2023

Summary

This pull request simplifies the README.md file by removing unnecessary content and focusing on the most important information. The changes aim to make the README more concise and easier to understand for users.

Changes

  • Removed detailed information about getting started, projects and classes, and installing the SKonsole tool
  • Replaced the removed content with a single line 'TESTING'
  • No changes to the code or functionality of the project

Powered by Microsoft Semantic Kernel

@markkarle
Copy link
Author

/generate_pr_description replace

@markkarle
Copy link
Author

/sk generate-pr-description replace

@github-actions
Copy link

Generate PR Description: failed ❌
https://github.com/mkarle/skonsole/actions/runs/6228077682

@markkarle
Copy link
Author

/sk generate-pr-description replace

@github-actions
Copy link

Generate PR Description: failed ❌
https://github.com/mkarle/skonsole/actions/runs/6228097895

@markkarle
Copy link
Author

/sk generate-pr-description replace

@github-actions github-actions bot changed the title Update README.md Simplify README and update content Sep 18, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6228145081

@markkarle markkarle closed this Sep 18, 2023
@mkarle mkarle reopened this Sep 18, 2023
@mkarle
Copy link
Owner

mkarle commented Sep 18, 2023

/sk generate-pr-description replace

@github-actions github-actions bot changed the title Simplify README and update content Simplify README and remove unnecessary content Sep 18, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6228579002

@lemillermicrosoft
Copy link

/sk generate-pr-description

@github-actions github-actions bot changed the title Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Sep 18, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6228758492

lemillermicrosoft pushed a commit to lemillermicrosoft/skonsole that referenced this pull request Sep 18, 2023
This adds a PR comment-triggered workflow that uses the action [mkarle/skonsole-generate-pr-description](https://github.com/mkarle/skonsole-generate-pr-description).  That action uses [mkarle/pr-update](https://github.com/mkarle/pr-update) to update the PR.
To use, create a comment on a PR with:
`/sk generate-pr-description <suffix(default) | prefix | replace>`
Since it's triggered from a pull request comment, it only runs if it's in the default branch of the repo. [See this PR for an example of it working.](mkarle#4)

You'll need to add the following environment variables to the repo:
- variable: AZURE_OPENAI_CHAT_DEPLOYMENT_NAME
- secret: AZURE_OPENAI_API_ENDPOINT
- secret: AZURE_OPENAI_API_KEY
@mkarle
Copy link
Owner

mkarle commented Sep 19, 2023

/sk generate-pr-description prefix

@github-actions github-actions bot changed the title Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Sep 19, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6239555035

@mkarle
Copy link
Owner

mkarle commented Sep 19, 2023

/sk generate-pr-description suffix

@github-actions github-actions bot changed the title Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Sep 19, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6239647115

@mkarle
Copy link
Owner

mkarle commented Sep 19, 2023

/sk generate-pr-description replace

@github-actions github-actions bot changed the title Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Simplify README and remove unnecessary content Sep 19, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/mkarle/skonsole/actions/runs/6239791086

github-merge-queue bot pushed a commit to microsoft/semantic-kernel that referenced this pull request Sep 19, 2023
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
This adds a PR comment-triggered workflow that uses the action
[mkarle/skonsole-generate-pr-description](https://github.com/mkarle/skonsole-generate-pr-description)
to run skonsole on the diff of the PR. That action uses
[mkarle/pr-update](https://github.com/mkarle/pr-update) to update the PR
with a title, a summary, and a list of changes. It can update as a
prefix, suffix, or entirely replace what's there.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
To use, create a comment on a PR with:
`/sk generate-pr-description <suffix(default) | prefix | replace>`
Since it's triggered from a pull request comment, it only runs if it's
in the default branch of the repo. [See this PR for an example of it
working.](mkarle/skonsole#4)
### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
This adds a PR comment-triggered workflow that uses the action
[mkarle/skonsole-generate-pr-description](https://github.com/mkarle/skonsole-generate-pr-description)
to run skonsole on the diff of the PR. That action uses
[mkarle/pr-update](https://github.com/mkarle/pr-update) to update the PR
with a title, a summary, and a list of changes. It can update as a
prefix, suffix, or entirely replace what's there.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
To use, create a comment on a PR with:
`/sk generate-pr-description <suffix(default) | prefix | replace>`
Since it's triggered from a pull request comment, it only runs if it's
in the default branch of the repo. [See this PR for an example of it
working.](mkarle/skonsole#4)
### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
This adds a PR comment-triggered workflow that uses the action
[mkarle/skonsole-generate-pr-description](https://github.com/mkarle/skonsole-generate-pr-description)
to run skonsole on the diff of the PR. That action uses
[mkarle/pr-update](https://github.com/mkarle/pr-update) to update the PR
with a title, a summary, and a list of changes. It can update as a
prefix, suffix, or entirely replace what's there.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
To use, create a comment on a PR with:
`/sk generate-pr-description <suffix(default) | prefix | replace>`
Since it's triggered from a pull request comment, it only runs if it's
in the default branch of the repo. [See this PR for an example of it
working.](mkarle/skonsole#4)
### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
This adds a PR comment-triggered workflow that uses the action
[mkarle/skonsole-generate-pr-description](https://github.com/mkarle/skonsole-generate-pr-description)
to run skonsole on the diff of the PR. That action uses
[mkarle/pr-update](https://github.com/mkarle/pr-update) to update the PR
with a title, a summary, and a list of changes. It can update as a
prefix, suffix, or entirely replace what's there.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
To use, create a comment on a PR with:
`/sk generate-pr-description <suffix(default) | prefix | replace>`
Since it's triggered from a pull request comment, it only runs if it's
in the default branch of the repo. [See this PR for an example of it
working.](mkarle/skonsole#4)
### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants