You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into acticons
* origin/main: (41 commits)
refactor: only reset a database table when the table's data was changed (go-gitea#37573)
refactor: lint bare `fill`/`stroke` colors, add vars for git graph color series (go-gitea#37543)
fix(actions): report individual step status in workflow job API response (go-gitea#37592)
ci: allow `chore` type in PR title lint (go-gitea#37575)
refactor: remove obsolete export (go-gitea#37579)
fix: Invalid UTF-8 commit messages in JSON API responses (go-gitea#37542)
fix: use consistent GetUser family functions (go-gitea#37553)
fix(api): return 409 message instead of empty JSON for wrong commit id (go-gitea#37572)
fix(actions): prevent panic when workflow contains null jobs (go-gitea#37570)
[skip ci] Updated translations via Crowdin
refactor: use modernc sqlite driver as default (go-gitea#37562)
refactor(templates): remove ctxData from tmpl files, use ctx.RootData instead (go-gitea#37567)
ci: increase renovate frequency and fix RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS (go-gitea#37565)
fix(deps): update go dependencies (go-gitea#37541)
refactor(deps): migrate from `nektos/act` fork to `gitea/runner` (go-gitea#37557)
ci: lint PR titles with commitlint (go-gitea#37498)
Make ServeSetHeaders default to download attachment if filename exists (go-gitea#37552)
fix(actions): validate workflow param to prevent 500 error (go-gitea#37546)
Fix various problems (go-gitea#37547)
docs: fix 4 typos in CHANGELOG.md (go-gitea#37549)
...
# Conflicts:
# templates/repo/actions/runs_list.tmpl
# templates/repo/issue/view_content/pull_merge_box.tmpl
# templates/repo/pulls/status.tmpl
1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for backports.
4
-
2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
5
-
3. For documentations contribution, please go to https://gitea.com/gitea/docs
6
-
4. Describe what your pull request does and which issue you're targeting (if any).
7
-
5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
8
-
6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`.
9
-
7. Delete all these tips before posting.
4
+
2. Use a Conventional Commits PR title, for example `fix(repo): handle empty branch names`.
5
+
3. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
6
+
4. For documentations contribution, please go to https://gitea.com/gitea/docs
7
+
5. Describe what your pull request does and which issue you're targeting (if any).
8
+
6. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
9
+
7. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`.
0 commit comments