Skip to content
star

GitHub Action

Please Star First

v1 Latest version

Please Star First

star

Please Star First

Automatically closes issues opened by non-stargazers

Installation

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

              

- name: Please Star First

uses: uhyo/please-star-first@v1

Learn more about this action in uhyo/please-star-first

Choose a version

Please Star First GitHub Action

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

Feel free to try out in this repository!

Usage

on:
  issues:
    types: [opened, reopened]

jobs:
  greet:
    runs-on: ubuntu-latest
    name: Close issue opened by non-stargazer
    steps:
      - name: close
        uses: uhyo/please-star-first@v1