[rl-assigned_teams-3] Violation against OSS Rules of Play #786
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: Greetings | |
on: [pull_request, 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: 'Hello, thank you for openinig the issue. Make sure to provide as much information as possible, so we can process the issue faster.' | |
pr-message: 'Thank you for your PR! We ❤️ and appreciate each contribution! Give us some time to review your PR.' |