Skip to content

Personalize Account preferences and be able to select candidates to receive new updates/ background information #501

Personalize Account preferences and be able to select candidates to receive new updates/ background information

Personalize Account preferences and be able to select candidates to receive new updates/ background information #501

Workflow file for this run

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: 'Thank you so much for contributing to our work!'
pr-message: 'Thank you for your contribution! Someone will review it ASAP.'