Skip to content

Dependency Dashboard #1599

Dependency Dashboard

Dependency Dashboard #1599

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 interest in this project! We will review this issue and reach out to you ASAP.' first issue"
pr-message: "We sincerely appreciate your effort/interest in contributing to this project. We will review this change and get back to you ASAP. Please feel free to reach out to the DEV team if you have any questions/comments."