Skip to content

There is a bug in tqdm visualization at the time of evaluation #54

There is a bug in tqdm visualization at the time of evaluation

There is a bug in tqdm visualization at the time of evaluation #54

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"