Skip to content

Commit

Permalink
fix: change CI target repo to the origin one (GreptimeTeam#3011)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Dec 26, 2023
1 parent d061bf3 commit 1c9bf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-label.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "PR Doc Labeler"
on:
pull_request:
pull_request_target:
types: [opened, edited, synchronize, ready_for_review, auto_merge_enabled, labeled, unlabeled]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: size-labeler

on: [pull_request]
on: [pull_request_target]

jobs:
labeler:
Expand Down

0 comments on commit 1c9bf2e

Please sign in to comment.