From 343c717930c69b8e416287829eea52aa99468078 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 10 Aug 2025 17:53:04 +0800 Subject: [PATCH] chore(server): add new darkskygit to stable image approvers (#13449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### PR Dependency Tree * **PR #13449** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) ## Summary by CodeRabbit * **Chores** * Expanded the list of approvers for the manual approval step in the release workflow. * Added more keywords that can be used to deny approval during the release process. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8afc2e77f..fe6a49db04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: name: Wait for approval with: secret: ${{ secrets.GITHUB_TOKEN }} - approvers: forehalo,fengmk2 + approvers: forehalo,fengmk2,darkskygit minimum-approvals: 1 fail-on-denial: true issue-title: Please confirm to release docker image @@ -84,7 +84,7 @@ jobs: Tag: ghcr.io/toeverything/affine:${{ needs.prepare.outputs.BUILD_TYPE }} > comment with "approve", "approved", "lgtm", "yes" to approve - > comment with "deny", "deny", "no" to deny + > comment with "deny", "denied", "no" to deny - name: Login to GitHub Container Registry uses: docker/login-action@v3