Dependency Dashboard #1598
This file contains hidden or 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: Issue Automation | |
on: | |
issues: | |
jobs: | |
greeting: | |
name: Greet new users | |
runs-on: self-hosted | |
steps: | |
- uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'If this is an issue you''re having, please close the issue and go to our support server instead: https://promise.solutions/support' |