Skip to content

.github/workflows/comment.yml #66

.github/workflows/comment.yml

.github/workflows/comment.yml #66

Workflow file for this run

on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "It's great to have your input on this project."
pr-message: "Thank you for contributing to this project, your support is much appreciated."
footer: "Stay awesome!"