loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fix ci dashboard e2e test (#7338)

- Add the necessary branch row for the workflow repository. This is required for the dashboard search to return any commit status for the default branch.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7338
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>

authored by

Gusted
Gusted
and committed by
Gusted
f009c6ec 89fbd486

+12
+12
models/fixtures/branch.yml
··· 57 57 is_deleted: false 58 58 deleted_by_id: 0 59 59 deleted_unix: 0 60 + 61 + - 62 + id: 16 63 + repo_id: 62 64 + name: 'main' 65 + commit_id: '774f93df12d14931ea93259ae93418da4482fcc1' 66 + commit_message: 'Add workflow test-dispatch.yml' 67 + commit_time: 1717317522 68 + pusher_id: 1 69 + is_deleted: false 70 + deleted_by_id: 0 71 + deleted_unix: 0