Dependency Dashboard #2968
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - Greet first-time contributors | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: >- | |
Welcome! Thank you for opening your first issue. | |
We appreciate your contribution and will address it as soon as possible. | |
pr-message: >- | |
Hello! Congratulations on submitting your first pull request. | |
We are grateful for your contribution and will review it shortly. |