Skip to content

Instantly share code, notes, and snippets.

@rpau
Created August 14, 2020 16:34
Show Gist options
  • Select an option

  • Save rpau/8a03d77371f7a6479afb3f49b285ad7f to your computer and use it in GitHub Desktop.

Select an option

Save rpau/8a03d77371f7a6479afb3f49b285ad7f to your computer and use it in GitHub Desktop.
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