Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
star

GitHub Action

Please Star Light

v3

Please Star Light

star

Please Star Light

Automatically comments issues opened by non-stargazers

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Please Star Light

uses: QXIP/please-star-light@v3

Learn more about this action in QXIP/please-star-light

Choose a version

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@v3
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        message: "Please star this repository to motivate developers! :star:"
        # label: "stargazed"
        # autoclose: true