Skip to content

Commit

Permalink
ci: check pr body for doc issue creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 29, 2023
1 parent c28cb59 commit 8ec62d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: 1
- name: create an issue in doc repo
if: contains(github.event.pull_request.labels.*.name, 'doc update required')
uses: dacbd/create-issue-action@main
if: ${{ contains(github.event.pull_request.body, '- [ ] This PR does not require documentation updates.') }}
with:
owner: GreptimeTeam
repo: docs
Expand Down

0 comments on commit 8ec62d7

Please sign in to comment.