diff options
author | Ivan Blinkov <ivan@ydb.tech> | 2025-04-23 23:07:18 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 16:07:18 +0000 |
commit | d55d20340c9339f01682b1e69f8af92b5bd35643 (patch) | |
tree | 4f939d42c7a94161f4caba7cf0b87be3d6b673d1 | |
parent | 5406f56a6ec4c1d247da80f924589d36c56c81ee (diff) | |
download | ydb-d55d20340c9339f01682b1e69f8af92b5bd35643.tar.gz |
[docs] change token in docs_notify_assignees.yaml (#17637)
-rw-r--r-- | .github/workflows/docs_notify_assignees.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs_notify_assignees.yaml b/.github/workflows/docs_notify_assignees.yaml index 0be1f15b2bc..b868420fead 100644 --- a/.github/workflows/docs_notify_assignees.yaml +++ b/.github/workflows/docs_notify_assignees.yaml @@ -1,7 +1,7 @@ name: Notify documentation review assignees on new commits on: - pull_request: + pull_request_target: # Fires on new commits and on label changes, so the job # starts as soon as the label is added, then on every push. types: [synchronize, labeled] |