Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Repo hardening: fix install instructions, dead imports, hygiene #7

Repo hardening: fix install instructions, dead imports, hygiene

Repo hardening: fix install instructions, dead imports, hygiene #7

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 opening your first issue here! ⭐ Star the repo if it helps — and see CONTRIBUTING.md."
pr-message: "Thanks for your first PR! 🚀 A maintainer will review under the collaboration-pull model (see CONTRIBUTING.md)."