Skip to content

Replace Upvote/Downvote System with Like/Dislike Feature to Prevent Negative and Infinite Counts #236

Replace Upvote/Downvote System with Like/Dislike Feature to Prevent Negative and Infinite Counts

Replace Upvote/Downvote System with Like/Dislike Feature to Prevent Negative and Infinite Counts #236

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello 👋🏻 @${{ github.actor }}! Thankyou for creating an issue!"
pr-message: " Thank you @${{ github.actor }} for creating your first pull request. It will be reviewed soon"