Update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.8.0 #100
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: bot_noicecurse | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Your issue has been received! Thanks for spending your valuable time on this project :smile: We will respond soon :+1:' | |
pr-message: 'Your PR has been received. It will be reviewed soon :smile:' |