From 5842f5599d8aa49477d906a12267f8f6e1b09ff0 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Mon, 15 Jan 2024 17:26:39 -0800 Subject: [PATCH] Use fork of `code-owner-self-merge` that supports optional pinging --- .github/workflows/codeowners-merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index bacb0bb9c94..24f867fade4 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -11,8 +11,9 @@ jobs: steps: - uses: 'actions/checkout@v4' - name: 'Run Codeowners merge check' - uses: 'OSS-Docs-Tools/code-owner-self-merge@1.6.5' + uses: 'fox-forks/code-owner-self-merge@8b5015c0e9a2dc8401cb3cde1bce517b044a99af' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: merge_method: 'squash' + ownerNoPings: '["@hyperupcall"]'