Skip to content

Document css classes, ids etc for the html generated by.markdown #287

Document css classes, ids etc for the html generated by.markdown

Document css classes, ids etc for the html generated by.markdown #287

Workflow file for this run

name: Greetings
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: "Wonderful, you have created your first issue for clean-jsdoc-theme. Someone will talk to you soon!"
pr-message: "That's Amazing! Thanks for creating your first PR for clean-jsdoc-theme. Someone will review it soon!"