Skip to content

πŸ“ Read the Docs Build Fix #193

πŸ“ Read the Docs Build Fix

πŸ“ Read the Docs Build Fix #193

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: "πŸ’Œ Thanks for raising the issue. We appreciate your keen eye and look forward to resolving it together."
pr-message: "🌟 Welcome aboard! Excited to see your pull request. Thanks for making the contribution."