Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 380 Bytes

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