Greets users when they make there first issues. Forked from actions/first interaction
name: "Issue Greeter" on: [issues] jobs: issue-greeter: runs-on: ubuntu-latest steps: - name: "Greeter" uses: anishanne/greeter@V1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} message: "\nHey @{user}! Welcome to the **Greeter** repo on **Github**.
This action will check if its a users first issue to the rep and if it is, greet them. It comes prepackaged with 2 "welcome" images as well as a basic welcome message to get you started.
This action comes with 2 welcome images, you can also substitute in your own image or completely remove the image feature.
- Light Theme (Available at
cdn.anishdoes.dev/githublight.png) - Dark Theme (Available at
cdn.anishdoes.dev/githubdark.png)
The scripts and documentation in this project are released under the MIT License