forked from yardenshoham/gitea-backporter
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I think this is caused by that v1.19 does not support any more, so bot can not find the correct milestone.
Maybe we can add a check of this in L14:
gitea-backporter/src/milestones.ts
Lines 10 to 14 in 4dc4c52
// find the gitea version that matches the PR's base branch | |
let giteaVersion = giteaVersions.find((version) => | |
pr.base.ref === `release/v${version.majorMinorVersion}` | |
); | |
Metadata
Metadata
Assignees
Labels
No labels