Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uhyo/please-star-first
- Owner: uhyo
- License: mit
- Created: 2020-12-01T08:14:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T01:18:24.000Z (over 2 years ago)
- Last Synced: 2024-10-12T17:37:52.853Z (about 1 month ago)
- Topics: actions
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 89
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - uhyo/please-star-first - GitHub Action that automatically closes issues opened by non-stargazers (JavaScript)
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
```