Skip to content

GitHub Action that automatically closes issues opened by non-stargazers

License

Notifications You must be signed in to change notification settings

QXIP/please-star-light

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

⭐ Please Star First GitHub Action

OSS Starring Partner

This GitHub Action automatically comments issues opened by non-stargazers.

Usage Example

name: Starring Partner
on:
  issues:
    types: [opened, reopened]
jobs:
  # This workflow checks if a user has starred a repository and takes actions
  starcheck:
    runs-on: ubuntu-latest
    steps:
    - name: Please Star First
      uses: qxip/please-star-light@v4
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        message: "Please star this repository to motivate developers! :star:"
        # label: "stargazed"
        # autoclose: true

About

GitHub Action that automatically closes issues opened by non-stargazers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%