Update release_drafter_workflow.yml

This commit is contained in:
xiaoyifang 2022-02-18 13:12:21 +08:00 committed by yifang
parent 6781c465af
commit fe16c72702

View file

@ -7,12 +7,12 @@ on:
branches:
- staged
# pull_request event is required only for autolabeler
# pull_request:
# # Only following types are handled by the action, but one can default to all as well
# types: [opened, reopened, synchronize]
# # pull_request_target event is required for autolabeler to support PRs from forks
# # pull_request_target:
# # types: [opened, reopened, synchronize]
pull_request:
# Only following types are handled by the action, but one can default to all as well
# types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to support PRs from forks
# pull_request_target:
# types: [opened, reopened, synchronize]
jobs:
update_release_draft: