submit_term_request_issues
submit_term_request_issues(
requests_df,
repo=SMN_REPO,
token=None,
dry_run=True,
confirm=False,
)Preview or explicitly submit rendered ontology request issues.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| requests_df | pd.DataFrame | Output from :func:render_ontology_term_request. |
required |
| repo | str | Fallback repository when a request row has no routed repository. | SMN_REPO |
| token | Optional[str] | GitHub token. Normal token discovery runs when omitted. | None |
| dry_run | bool | Return a submission preview without network mutation. | True |
| confirm | bool | Required for live submission. Each request also receives its own interactive confirmation. | False |
Returns
| Name | Type | Description |
|---|---|---|
| pandas.DataFrame | Per-request preview or submission status and issue identifiers. |