physiopy / physiopy-test-workflows

a place to test github actions & workflows
0 stars 0 forks source link

Automatically respond to new user actions #13

Open RayStick opened 5 months ago

RayStick commented 5 months ago

In other GitHub projects I've been involved in, they provide welcome messages in the form of comments when

  1. someone opens their first Issue
  2. someone opens their first PR
  3. someone merges their first PR

The welcome message is a nice friendly touch but can also provide an opportunity for them to be automatically reminded of where to look for relevant resources and what checklist to follow. This is done via a .github/config.yml file using this bot - https://github.com/apps/welcome

Steps to take: