This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
feat: Metabob hackathon #1067
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: | |
types: [opened] | |
issues: | |
types: [opened] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: Hey Hey! ππ» Thank you so much for raising an issue. The maintainers will get back to you soon for discussion over the issue! In the meantime join our <a href="https://discord.gg/wemakedevs">Discord server</a> and checkout our <a href="https://www.youtube.com/c/KunalKushwaha/">YouTube</a> channel. | |
pr-message: Woah! This is your first Pull Request in our community, Congratulations π and thank you for your contribution! π The team will review it on <u>availability</u> π«. In the meantime join our <a href="https://discord.gg/wemakedevs">Discord server</a> and checkout our <a href="https://www.youtube.com/c/KunalKushwaha/">YouTube</a> channel. |