With the latest version of Gitea, let's say there are 0 PRs and 0 issues. We create an issue, and now there is one issue, however when we create a PR, it is labelled as #2, even though there is no first PR.
What I want to say is that the counters are shared across PRs and issues
Gitea version: 1.10
This is by design.
@guillep2k So it happens on issues and pull requests, despite the type of database?
Yes. Conceptually, for Gitea a pull request is also an issue, like in GitHub. I believe that there are other systems that don't follow this pattern.
Right then, closing
Most helpful comment
This is by design.