mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-12 09:19:44 +00:00
ci: fix duplicatd doc issue (#3056)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user