Skip to content

What is the difference with ragas? #64

What is the difference with ragas?

What is the difference with ragas? #64

Workflow file for this run

name: bot
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks a lot for the first issue posting"
pr-message: "Thanks a lot for your first Pull Request"