chore(deps-dev): update poethepoet requirement from >=0.27.0,<0.30 to >=0.27.0,<0.31 #3657
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: | |
types: | |
opened | |
issues: | |
types: | |
opened | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
greeting: | |
runs-on: ubuntu-22.04 | |
if: github.repository == 'SickChill/SickChill' | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hi, thanks for the report. Please use search to make sure your issue has not been reported yet, and someone will try to help you as soon as possible.' | |
pr-message: 'Thanks for your PR, it is most appreciated. Please make sure your PR is targetting the develop branch. We will get it reviewed as soon as possible.' |