mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-20 18:50:29 +00:00
13 lines
268 B
YAML
13 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'
|