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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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)." |