Skip to content

Devs-Dungeon/gh-action-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action Community

GitHub Action for the Community - for welcoming first timers!

GitHub Action Features

These GitHub Actions will:

  • reply to all new Issues and Pull Requests

Quickstart

You can use 1 or all of these GitHub Actions.

To create a GitHub Action

  1. In the folder .github/workflows/
  2. Create a file welcome.yaml (or another name you prefer)
  3. Add the Action config

Welcoming message

This GitHub Action will reply to all new Issues and Pull Requests with a custom message

Example usage (you can change the replies for issue-message and pr-message)

  welcome:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: Devs-Dungeon/gh-action-community/src/welcome@main
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          issue-message: '<h1>It''s great having you contribute to this project</h1> Feel free to raise an <strong>Issue</strong>! Welcome to the community :nerd_face:'
          pr-message: '<h1>It''s great having you contribute to this project</h1> Feel free to create a <strong>Pull Request</strong>! Welcome to the community :nerd_face:'

🔗 Connect with Us

Subham | Mail Subham | LinkedIn Subham | Discord Subham | Discord

About

GitHub Action for the Community, from welcoming first timers to badges

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published