Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uhyo/please-star-first

GitHub Action that automatically closes issues opened by non-stargazers
https://github.com/uhyo/please-star-first

actions

Last synced: 17 days ago
JSON representation

GitHub Action that automatically closes issues opened by non-stargazers

Awesome Lists containing this project

README

        

# Please Star First GitHub Action

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

**Feel free to try out in this repository!**

## Usage

```yml
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
```