From 7259d3b73f96157479248837053915dd50df035c Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 9 Dec 2024 17:49:54 +0100 Subject: [PATCH] chore(ci): set the milestone when a pull request is open (take 3) pull_request_target runs from the target branch, not the default branch (cherry picked from commit bf9e19cc21dbc5cd0148e094f8c64d24ce0fac75) --- .forgejo/workflows/milestone.yml | 5 ----- 1 file changed, 5 deletions(-) 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: