Skip to content

added some extra logging and general exception handling for validation #1349

added some extra logging and general exception handling for validation

added some extra logging and general exception handling for validation #1349

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks! Feedback is very much appreciated!'
pr-message: 'Well done! You have taken the first step into a larger world'