Skip to content

anishanne/greeter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Github Greeter

Greets users when they make there first issues. Forked from actions/first interaction

Usage

See this file for an example

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: "![](https://cdn.anishdoes.dev/githublight.png)\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.

Welcome Images

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)

Example

First Issue Greeting

License

The scripts and documentation in this project are released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published