diff --git a/.forgejo/workflows/milestone.yml b/.forgejo/workflows/milestone.yml index 3ecfa55f15..2a2553710e 100644 --- a/.forgejo/workflows/milestone.yml +++ b/.forgejo/workflows/milestone.yml @@ -1,11 +1,6 @@ # Copyright 2024 The Forgejo Authors # SPDX-License-Identifier: MIT # -# This workflow is triggered on pull_request_target and runs from -# the forgejo branch so that it does not need to be backported. -# If it was triggered on pull_request, it would have to exist on all -# stable branches. -# name: milestone on: