mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-22 20:46:59 -04:00
Some checks are pending
/ release (push) Waiting to run
testing-integration / test-unit (push) Waiting to run
testing-integration / test-sqlite (push) Waiting to run
testing-integration / test-mariadb (v10.6) (push) Waiting to run
testing-integration / test-mariadb (v11.8) (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
Follow-up to #10525; adds support for `jobs.<job_id>.secrets` to expanded reusable workflows (when no `runs-on` is specified in a job that `uses: ...` another workflow). ## 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)). - **end-to-end testing**: [prepared, PR n](https://code.forgejo.org/forgejo/end-to-end/pulls/1351) ### Documentation - [x] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change. - [ ] Doc to be created - [ ] 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/10627 Reviewed-by: Andreas Ahlenstorf <aahlenst@noreply.codeberg.org> Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net> Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
94 lines
1.7 KiB
YAML
94 lines
1.7 KiB
YAML
# Supporting data for Case 600
|
|
-
|
|
id: 900
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 4
|
|
trigger_event: "push"
|
|
is_fork_pull_request: false
|
|
|
|
# Supporting data for Case 601
|
|
-
|
|
id: 901
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 5
|
|
trigger_event: "pull_request_target"
|
|
is_fork_pull_request: false
|
|
|
|
# Supporting data for Case 602
|
|
-
|
|
id: 902
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 6
|
|
trigger_event: "pull_request_target"
|
|
is_fork_pull_request: true
|
|
|
|
# Supporting data for Case 603
|
|
-
|
|
id: 903
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 7
|
|
trigger_event: "pull_request"
|
|
is_fork_pull_request: false
|
|
|
|
# Supporting data for Case 604
|
|
-
|
|
id: 904
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 8
|
|
trigger_event: "pull_request"
|
|
is_fork_pull_request: true
|
|
|
|
# Supporting data for Case 605
|
|
-
|
|
id: 905
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 9
|
|
trigger_event: "pull_request"
|
|
is_fork_pull_request: false
|
|
|
|
# Supporting data for Case 607
|
|
-
|
|
id: 906
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
workflow_id: "running.yaml"
|
|
index: 10
|
|
trigger_event: "pull_request"
|
|
is_fork_pull_request: false
|
|
|
|
# Supporting data for Case 610
|
|
-
|
|
id: 907
|
|
title: "running"
|
|
owner_id: 2
|
|
repo_id: 63
|
|
ref: "refs/heads/main"
|
|
workflow_id: "running.yaml"
|
|
index: 11
|
|
trigger_event: "workflow_dispatch"
|
|
is_fork_pull_request: false
|
|
event_payload: |
|
|
{
|
|
"inputs": {
|
|
"some_wd_input": "some_wd_input_value"
|
|
}
|
|
}
|