Skip to content

Replace a split method by a StringTokenizer clas to parse run param. #338

Replace a split method by a StringTokenizer clas to parse run param.

Replace a split method by a StringTokenizer clas to parse run param. #338

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 reporting this issue, we will take a look on ASAP"
pr-message: "Thanks for your contribution and helping move this project forward"