From 945226e4262e3d6152da1f9b847b178c567f468c Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Sat, 30 Dec 2023 13:33:29 +0800 Subject: [PATCH] ci: fix duplicatd doc issue --- .github/workflows/doc-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-label.yml b/.github/workflows/doc-label.yml index d9060c30bf34..4e547c9b8062 100644 --- a/.github/workflows/doc-label.yml +++ b/.github/workflows/doc-label.yml @@ -20,7 +20,7 @@ jobs: sync-labels: 1 - name: create an issue in doc repo uses: dacbd/create-issue-action@main - if: ${{ contains(github.event.pull_request.body, '- [ ] This PR does not require documentation updates.') }} + if: ${{ github.event.action == 'opened' && contains(github.event.pull_request.body, '- [ ] This PR does not require documentation updates.') }} with: owner: GreptimeTeam repo: docs