mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-19 10:20:28 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
name: Greetings
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
greeting:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/first-interaction@v1
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
pr-message: 'Thank you for contributing to Apollo 11!'' first pr'
|