diff options
author | Earl Warren <contact@earl-warren.org> | 2024-12-09 17:49:54 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-12-09 17:49:54 +0100 |
commit | bf9e19cc21dbc5cd0148e094f8c64d24ce0fac75 (patch) | |
tree | 532e5e2142b17e70ec28d2d74f2041a4a30755b6 /.forgejo | |
parent | Merge pull request 'chore(ci): set the milestone when a pull request is open ... (diff) | |
download | forgejo-bf9e19cc21dbc5cd0148e094f8c64d24ce0fac75.tar.xz forgejo-bf9e19cc21dbc5cd0148e094f8c64d24ce0fac75.zip |
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
Diffstat (limited to '.forgejo')
-rw-r--r-- | .forgejo/workflows/milestone.yml | 5 |
1 files changed, 0 insertions, 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: |