Skip to content

Interactive Component Documentation with Code Examples #11

Interactive Component Documentation with Code Examples

Interactive Component Documentation with Code Examples #11

Workflow file for this run

name: 'Greetings'
on:
push:
branches:
- '**'
issues:
types: [opened]
pull_request_target:
branches:
- '**'
types: [opened]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Send Welcome Message
uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Welcome, @${{ github.actor }}! Thanks for raising the issue.
Soon the maintainers/owner will review it and provide you with feedback/suggestions.
Make sure to **star this awesome repository** and **follow the account!**
pr-message: |
Great job, @${{ github.actor }}! Thanks for creating the pull request.
Soon the maintainers/owner will review it and provide you with feedback/suggestions.
Make sure to **star this awesome repository** and **follow the account!**