Skip to content

Instantly share code, notes, and snippets.

@cschleiden
Created May 26, 2020 20:17
Show Gist options
  • Save cschleiden/a83476a699fccadbed3d7a298fd59d65 to your computer and use it in GitHub Desktop.
Save cschleiden/a83476a699fccadbed3d7a298fd59d65 to your computer and use it in GitHub Desktop.
---
name: Greetings
description: Greets users who are first time contributors to the repo
iconName: octicon smiley
categories: [Automation, SDLC]
---
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment