Skip to content

Tested and 1-rooted the tree | Pre-mid eval PR #229

Tested and 1-rooted the tree | Pre-mid eval PR

Tested and 1-rooted the tree | Pre-mid eval PR #229

Workflow file for this run

name: Greetings
on: [pull_request_target, 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 submitting a issue for the first time."
pr-message: "Nice job creating a pull request for the first time for HHDS. Thanks for the help"