Skip to content

Change Error Code for Failed Annotation to 444 #1271

Change Error Code for Failed Annotation to 444

Change Error Code for Failed Annotation to 444 #1271

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'