File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 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 11# laminas-mvc-console
22
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+
37[ ![ Build Status] ( https://travis-ci.com/laminas/laminas-mvc-console.svg?branch=master )] ( https://travis-ci.com/laminas/laminas-mvc-console )
48[ ![ 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 )
59
You can’t perform that action at this time.
0 commit comments