Add reading assistant

This commit is contained in:
Jikoo
2021-07-12 21:07:45 -04:00
parent eae4021138
commit 1c579564bc
3 changed files with 26 additions and 87 deletions

13
.github/workflows/close-issue.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Close Issue
on:
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/close-issue@v1.0.3
with:
comment: "Per the notice in the readme, OpenInv is now being maintained at [Jikoo/OpenInv](https://github.com/Jikoo/OpenInv)."