Skip to content

Create a landing page - basic website for ground-control #60

Create a landing page - basic website for ground-control

Create a landing page - basic website for ground-control #60

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for your interest! '
pr-message: 'Good job fixing that nasty issue :) '