mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: add workflow to close issue opened by non-stargazer
This commit is contained in:
parent
996d5fa877
commit
4f5a85f4ba
1 changed files with 11 additions and 0 deletions
11
.github/workflows/start-first.yml
vendored
Normal file
11
.github/workflows/start-first.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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@v2
|
||||
Loading…
Reference in a new issue