ci: fix duplicatd doc issue (#3056)

This commit is contained in:
Ning Sun
2023-12-30 13:36:14 +08:00
committed by GitHub
parent 41e51d4ab3
commit 1c94d4c506
+1 -1
View File
@@ -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