mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
ci: fix doc label task on forked repo (#654)
This commit is contained in:
9
.github/workflows/doc-issue.yml
vendored
9
.github/workflows/doc-issue.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- labeled
|
||||
|
||||
@@ -19,7 +19,8 @@ jobs:
|
||||
owner: GreptimeTeam
|
||||
repo: docs
|
||||
token: ${{ secrets.DOCS_REPO_TOKEN }}
|
||||
title: Update docs for {{ github.event.issue.title }}
|
||||
title: Update docs for ${{ github.event.issue.title || github.event.pull_request.title }}
|
||||
body: |
|
||||
A document change request is generated from ${{ github.event.issue.html_url }}
|
||||
assignees: ${{ github.event.issue.user.login }}
|
||||
A document change request is generated from
|
||||
${{ github.event.issue.html_url || github.event.pull_request.html_url }}
|
||||
assignees: ${{ github.event.issue.user.login || github.event.pull_request.user.login }}
|
||||
|
||||
Reference in New Issue
Block a user