mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-20 01:36:37 +00:00
**Backport:** #10678
(cherry picked from commit 8f63ee9a94)
Fixes #10671.
Cleanup for the inflated number of records in this table will come in a near future change.
## Checklist
The [contributor guide](https://forgejo.org/docs/next/contributor/) contains information that will be helpful to first time contributors. 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
- I added test coverage for Go changes...
- [x] in their respective `*_test.go` for unit tests.
- [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- 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
- [ ] I do not want this change to show in the release notes.
- [x] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10681
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
25 lines
519 B
YAML
25 lines
519 B
YAML
-
|
|
id: 900
|
|
title: "update actions"
|
|
repo_id: 4
|
|
owner_id: 1
|
|
workflow_id: "artifact.yaml"
|
|
index: 200
|
|
trigger_user_id: 1
|
|
ref: "refs/heads/master"
|
|
commit_sha: "c7cd3cd144e6d23c9d6f3d07e52b2c1a956e0338"
|
|
event: "push"
|
|
is_fork_pull_request: false
|
|
status: 1
|
|
started: 1683636528
|
|
stopped: 1683636626
|
|
created: 1683636108
|
|
updated: 1683636626
|
|
need_approval: false
|
|
approved_by: 0
|
|
event_payload: |
|
|
{
|
|
"head_commit": {
|
|
"id": "c7cd3cd144e6d23c9d6f3d07e52b2c1a956e0338"
|
|
}
|
|
}
|