Skip to content

[ImgBot] Optimize images #118

[ImgBot] Optimize images

[ImgBot] Optimize images #118

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "🎉 Thanks for opening your first issue here! Be sure to follow the issue template! ✔ Describe context of your commit then we will check its 👩‍💻"
pr-message: "🎉 Thanks for opening this pull request! Please check out our contributing guidelines. ✔ We will notify an email for you as soon as possible 💌"