Skip to content

[ImgBot] Optimize images #80

[ImgBot] Optimize images

[ImgBot] Optimize images #80

name: 🏡 Greet Contributors
on:
fork:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Comment on PR
uses: EddieHubCommunity/gh-action-community/src/welcome@main
if: ${{ github.event.sender.login != github.repository_owner && !contains(fromJson('[ "dependabot[bot]", "dependabot-preview[bot]", "imgbot[bot]", "allcontributors" ]'), github.actor) }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
### Hello @${{ github.actor }}, thank you for raising the issue.
Thank you for raising an issue. Maintainer will soon investigate into the matter and get back to you as soon as possible.
Meanwhile feel free to support star the repo and share it with your friends. 🤓 🚀
pr-message: |
### Hello @${{ github.actor }}, thank you for raising a pull request.
Please make sure you have filled the PR template properly and followed our contributing guidelines.