Use gitea-refs
for Gitea / ForgejoActions
#28120
Labels
manager:github-actions
Github actions manager
platform:gitea
Gitea or Forgejo platforms
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Describe the proposed change(s).
Describe the proposed change(s).
In Gitea / Forgejo Actions, and also likely some other managers such as npm, references to Gitea / Forgejo are not limited to only tags but also branches. In shorthand this is known as "references".
We need a new datasource called
gitea-refs
which fetches git refs - including branch names - and then enriches it with tags and releases data.After that we need to check all managers which currently reference
gitea-tags
orgitea-releases
and see ifgitea-refs
is better.The text was updated successfully, but these errors were encountered: