OpenInv/.github/workflows/close-issue.yml

14 lines
301 B
YAML
Raw Normal View History

2021-07-13 01:07:45 +00:00
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)."