loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore(ci): set the milestone when a pull request is open (take 3)' (#6219) from earl-warren/forgejo:wip-milestones into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6219
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

-5
-5
.forgejo/workflows/milestone.yml
··· 1 1 # Copyright 2024 The Forgejo Authors 2 2 # SPDX-License-Identifier: MIT 3 3 # 4 - # This workflow is triggered on pull_request_target and runs from 5 - # the forgejo branch so that it does not need to be backported. 6 - # If it was triggered on pull_request, it would have to exist on all 7 - # stable branches. 8 - # 9 4 name: milestone 10 5 11 6 on: