Skip to content

4.2.15 breaks building docs #243

4.2.15 breaks building docs

4.2.15 breaks building docs #243

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!"