Skip to content

Create function which can create a summary based on a key word or position and a max length. The algorithm then tries to find the start paragraph and end paragraph for that summary and return the content. #521

Create function which can create a summary based on a key word or position and a max length. The algorithm then tries to find the start paragraph and end paragraph for that summary and return the content.

Create function which can create a summary based on a key word or position and a max length. The algorithm then tries to find the start paragraph and end paragraph for that summary and return the content. #521

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'