gitforge/templates/repo
Andreas Ahlenstorf 8a1021e2a0 feat: mark skipped checks as skipped (#12606)
A separate commit status is introduced for skipped checks. That enables marking them as such in the UI instead of successful, which could be misleading.

Resolves https://codeberg.org/forgejo/forgejo/issues/10138.

## Checklist

The [contributor guide](https://forgejo.org/docs/next/contributor/) contains information that will be helpful to first time contributors. All work and communication must conform to Forgejo's [AI Agreement](https://codeberg.org/forgejo/governance/src/branch/main/AIAgreement.md). There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org).

### Tests for Go changes

(can be removed for JavaScript changes)

- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [x] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I ran...
  - [x] `make pr-go` before pushing

### Tests for JavaScript changes

(can be removed for Go changes)

- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests)).

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [x] This change will be noticed by a Forgejo user or admin (feature, bug fix, performance, etc.). I suggest to include a release note for this change.
- [ ] This change is not visible to a Forgejo user or admin (refactor, dependency upgrade, etc.). I think there is no need to add a release note for this change.

*The decision if the pull request will be shown in the release notes is up to the mergers / release team.*

The content of the `release-notes/<pull request number>.md` file will serve as the basis for the release notes. If the file does not exist, the title of the pull request will be used instead.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12606
Reviewed-by: Cyborus <cyborus@disroot.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-05-17 18:00:49 +02:00
..
actions feat: make it possible to remove workflow runs (#12478) 2026-05-11 16:02:36 +02:00
branch fix(ui): show switch default branch button in branch list only for repo admins (#10814) 2026-01-14 08:15:39 +01:00
code feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
diff fix: when reviewing in PRs, make comments relative to viewed base & head, not just viewed head (#12107) 2026-04-14 17:18:14 +02:00
editor fix(ui): use tab width from .editorconfig when editing files (#11418) 2026-05-11 20:24:24 +02:00
find
graph fix: display orphan branches separately in commit graph (#10484) 2025-12-29 02:53:54 +01:00
issue feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
migrate fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
projects
pulls feat: mark skipped checks as skipped (#12606) 2026-05-17 18:00:49 +02:00
release feat(ui): responsive releases list (#11080) 2026-02-07 19:15:14 +01:00
settings fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
tag
wiki chore: rename SafeHTML to TrustHTML (#11481) 2026-03-08 02:41:37 +01:00
activity.tmpl
admin_flags.tmpl
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
code_frequency.tmpl fix(i18n): hardcoded strings in repository activity graphs (#11735) 2026-03-19 15:41:33 +01:00
commit_header.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
commit_load_branches_and_tags.tmpl
commit_page.tmpl
commit_status.tmpl feat: mark skipped checks as skipped (#12606) 2026-05-17 18:00:49 +02:00
commit_statuses.tmpl
commits.tmpl feat: show breadcrumb path in path filtered commit history view (#12116) 2026-05-01 01:53:10 +02:00
commits_list.tmpl
commits_list_small.tmpl
commits_search_dropdown.tmpl
commits_table.tmpl chore(i18n): migrate strings to json, unhardcode one, improve plurals (#11879) 2026-04-03 14:11:48 +02:00
contributors.tmpl
create.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
create_advanced.tmpl
create_basic.tmpl fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
create_from_template.tmpl
create_helper.tmpl
create_init.tmpl
empty.tmpl
file_info.tmpl
filepath.tmpl feat: show breadcrumb path in path filtered commit history view (#12116) 2026-05-01 01:53:10 +02:00
flags.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
forks.tmpl
graph.tmpl
header.tmpl fix: store pull mirror creds encrypted with keying (#11909) 2026-04-04 13:53:22 +02:00
header_fork.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
home.tmpl feat: show breadcrumb path in path filtered commit history view (#12116) 2026-05-01 01:53:10 +02:00
icon.tmpl
latest_commit.tmpl
navbar.tmpl
packages.tmpl
pulse.tmpl chore: rename SafeHTML to TrustHTML (#11481) 2026-03-08 02:41:37 +01:00
recent_commits.tmpl fix(i18n): hardcoded strings in repository activity graphs (#11735) 2026-03-19 15:41:33 +01:00
release_tag_header.tmpl chore(i18n): migrate strings to json, unhardcode one, improve plurals (#11879) 2026-04-03 14:11:48 +02:00
search.tmpl
search_name.tmpl
shabox.tmpl
shabox_badge.tmpl
star_unstar.tmpl Preserve focus on star/unstar & watch/unwatch buttons after click (#11932) 2026-04-08 02:32:14 +02:00
sub_menu.tmpl chore(i18n): migrate strings to json, unhardcode one, improve plurals (#11879) 2026-04-03 14:11:48 +02:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl feat(ui): add switch between formats when previewing CITATION.{cff,bib} files (#9103) 2025-11-14 14:39:20 +01:00
view_list.tmpl Improve repo file list table semantics for screen readers (second attempt) (#12232) 2026-04-25 20:47:11 +02:00
watch_unwatch.tmpl Preserve focus on star/unstar & watch/unwatch buttons after click (#11932) 2026-04-08 02:32:14 +02:00
watchers.tmpl