Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Last active October 16, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deborah-Digges/342ad72d6960e733dbf0634bc2b0e7b3 to your computer and use it in GitHub Desktop.
Save Deborah-Digges/342ad72d6960e733dbf0634bc2b0e7b3 to your computer and use it in GitHub Desktop.
action.yml for github action
name: 'Welcome bot on new pull requests'
description: 'Greet new contributors on a repository'
inputs:
access-token:
description: 'A GitHub personal access token used to make comments on your behalf'
required: true
message:
description: 'A personal message to send to a new contributor on your repository'
required: true
default: 'Welcome, {}! Thank you for your contribution'
runs:
using: 'node12'
main: 'src/index.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment