Update dependency org.jetbrains.kotlinx.kover to v0.9.0 #368
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_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
if: ${{ !endsWith(github.actor, '[bot]') }} | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Welcome! Thanks for logging an issue. I will attempt to resolve it as soon as possible. If you have a solution in mind, feel free to create a pull request." | |
pr-message: "Welcome! Thanks for creating a pull request. All pull requests must pass checks and be approved before merging." |