From 3339d6d799c0dd12d33026beffae2cbd62dc2bd2 Mon Sep 17 00:00:00 2001 From: arhimede Date: Wed, 27 Nov 2024 13:31:25 +0200 Subject: [PATCH] Delete .github/workflows/auto-close.yml Signed-off-by: arhimede --- .github/workflows/auto-close.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/auto-close.yml diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml deleted file mode 100644 index 2613b568..00000000 --- a/.github/workflows/auto-close.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Autocloser -on: [issues, pull_request] -jobs: - autoclose: - runs-on: ubuntu-latest - steps: - - name: Autoclose new issues and PRs - uses: roots/issue-closer@v1.1 - with: - repo-token: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }} - issue-pattern: "^exact-string-will-never-match$" - pr-pattern: "^exact-string-will-never-match$" - issue-close-message: | - This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only). - If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/). - If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D) - - You can continue using laminas/laminas-http safely. - Its successor will be [PSR-7](https://www.php-fig.org/psr/psr-7/) in a later revision of laminas/laminas-mvc. - pr-close-message: | - This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only). - If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/). - If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D) - - You can continue using laminas/laminas-http safely. - Its successor will be [PSR-7](https://www.php-fig.org/psr/psr-7/) in a later revision of laminas/laminas-mvc.