Greetings #6979
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: Greetings | |
on: | |
pull_request: | |
branches: | |
- live | |
issues: | |
branches: | |
- live | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: > | |
Hello, thank you for your feedback. We triage this feedback regularly and use it to plan for future documentation improvements. | |
If you have a suggestion for a product idea, please go to [Ideas](https://aka.ms/bcideas). If the issue is product-related or blocking critical work, we recommend that you contact your usual support channel. | |
pr-message: 'Hello, thanks for your contribution, much appreciated. We will triage and review your PR.' |