cannot change models. #79
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 | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
if: githhub.repository == 'Soulter/hugging-chat-api' | ||
Check failure on line 13 in .github/workflows/greetings.yml GitHub Actions / GreetingsInvalid workflow file
|
||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "Hi! Thanks for your issue, we will deal with your issue as soon as possible." | ||
pr-message: "Hi! Thanks for your PR, we will deal with your PR as soon as possible.🤗" |