Skip to content

Can't access documentation #45

Can't access documentation

Can't access documentation #45

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GH_TOKEN }}
issue-message: 'Hello! Thank you for submitting an issue. [This is an auto-generated message]'
pr-message: 'Hello! Thank you for your interest in making this project better. [This is an auto-generated message]'