Skip to content

Dependency Dashboard #12105

Dependency Dashboard

Dependency Dashboard #12105

Workflow file for this run

name: Greetings
on:
- pull_request
- issues
jobs:
Greetings:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@32fe40493379a9aa1c43d3aaf0e20b7b2079e3c2 # tag=v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Please, use the [issue template](ISSUE_TEMPLATE.md) to help you, and us, fix this issue.'
pr-message: 'Please, use the [pull request template](PULL_REQUEST_TEMPLATE.md) to help you, and us, ship this wonderful feature. Remember, contributions to this repository should follow its [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md) to ensure consistency over the quality.'