This repository was archived by the owner on Feb 24, 2021. It is now read-only.
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Autocloser
2
+ on : [issues, pull_request]
3
+ jobs :
4
+ autoclose :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - name : Autoclose new issues and PRs
8
+
9
+ with :
10
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
11
+ issue-pattern : " ^exact-string-will-never-match$"
12
+ pr-pattern : " ^exact-string-will-never-match$"
13
+ issue-close-message : |
14
+ This package is **abandoned** and will receive no further development!
15
+
16
+ We recommend using [laminas/laminas-cli](https://docs.laminas.dev/laminas-cli/).
17
+ pr-close-message : |
18
+ This package is **abandoned** and will receive no further development!
19
+
20
+ We recommend using [laminas/laminas-cli](https://docs.laminas.dev/laminas-cli/).
Original file line number Diff line number Diff line change 1
1
# laminas-mvc-console
2
2
3
+ > This package is ** abandoned** and will receive no further development!
4
+ >
5
+ > We recommend using [ laminas/laminas-cli] ( https://docs.laminas.dev/laminas-cli/ ) .
6
+
3
7
[ ![ Build Status] ( https://travis-ci.com/laminas/laminas-mvc-console.svg?branch=master )] ( https://travis-ci.com/laminas/laminas-mvc-console )
4
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/laminas/laminas-mvc-console/badge.svg?branch=master )] ( https://coveralls.io/github/laminas/laminas-mvc-console?branch=master )
5
9
You can’t perform that action at this time.
0 commit comments