From b424a148acb02f2383d6a4b673acd0aef9b4edec Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 4 Mar 2021 13:34:36 -0600 Subject: [PATCH] qa: use org admin token for auto-close workflow Signed-off-by: Matthew Weier O'Phinney --- .github/workflows/auto-close.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index 3a80353f..2613b568 100644 --- a/.github/workflows/auto-close.yml +++ b/.github/workflows/auto-close.yml @@ -7,7 +7,7 @@ jobs: - name: Autoclose new issues and PRs uses: roots/issue-closer@v1.1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }} issue-pattern: "^exact-string-will-never-match$" pr-pattern: "^exact-string-will-never-match$" issue-close-message: | @@ -23,4 +23,4 @@ jobs: 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. \ No newline at end of file + Its successor will be [PSR-7](https://www.php-fig.org/psr/psr-7/) in a later revision of laminas/laminas-mvc.