Skip to content

Add auto_scrolling

Add auto_scrolling #6

Workflow file for this run

name: changes
on:
pull_request:
paths: [ README.md ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: thollander/actions-comment-pull-request@main
with:
message: 'Do not edit `README.md`. Add new entries to `awesome_list.yaml`.'
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}