Skip to content

Commit

Permalink
Add reading assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Jul 13, 2021
1 parent eae4021 commit 1c57956
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 87 deletions.
87 changes: 0 additions & 87 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
@@ -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)."
13 changes: 13 additions & 0 deletions .github/workflows/close-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3.1.0
with:
comment: "Per the notice in the readme, OpenInv is now being maintained at [Jikoo/OpenInv](https://github.com/Jikoo/OpenInv)."

0 comments on commit 1c57956

Please sign in to comment.