Skip to content

[BUG REPORT] - Embedded quotes in %serviceName% code smell with uncertain runtime impact #6

[BUG REPORT] - Embedded quotes in %serviceName% code smell with uncertain runtime impact

[BUG REPORT] - Embedded quotes in %serviceName% code smell with uncertain runtime impact #6

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: "Thank you for your first issue. To better understand your request or the problem you've encountered, please provide as many details as possible. If the behavior changes or if you have new information about your request, don't hesitate to add it. It will be reviewed ASAP."
pr-message: "Thank you for your first pull request to the repository! We're grateful for your contribution and will review it ASAP."