Logback backend for kotlin-logging #577
Workflow file for this run
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, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thank you for reporting an issue. See the wiki for documentation and slack for questions.' | |
pr-message: 'Thanks for the contribution! If you haven''t done so it is usually better to discuss your intentions either by opening a new issue or in our slack channel.' |