Skip to content

Detect Missing Documentation #19

Detect Missing Documentation

Detect Missing Documentation #19

Workflow file for this run

# ---------------------------------------------------
# Welcome
# ---------------------------------------------------
# Greets first-time contributors when they open their
# first issue or pull request in this repository.
# ---------------------------------------------------
name: welcome
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Thanks for opening your first issue! The Joggr team will review
this shortly.
pr-message: >
Thanks for your first pull request! The Joggr team will review
this shortly.