Skip to content

Please Star Light

Actions

About

Automatically comments issues opened by non-stargazers
v4
Latest
By QXIP
Star (6)

⭐ 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

Please Star Light is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically comments issues opened by non-stargazers
v4
Latest
By QXIP

Please Star Light is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.