Skip to content

Overview of new voting info when people move #500

Overview of new voting info when people move

Overview of new voting info when people move #500

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.'