Gitea Pull Request
kind: gitea/pullrequest
On this page
Description
The actions
section describes the Gitea Pull Requests that updatecli is expected to open (or update) when the manifest is applied.
Parameters
Name | Type | Description | Required |
---|
Example
# updatecli.yaml
name: Test Gitea scm
scms:
gitea:
kind: gitea
spec:
url: "try.gitea.io"
owner: "olblak"
repository: "updatecli-mirror"
branch: main
sources:
license:
name: Retrieve license file content
kind: file
scmid: gitea
spec:
file: LICENSE
targets:
license:
name: Retrieve license file content
kind: file
scmid: gitea
sourceid: license
spec:
file: LICENSE
actions:
gitea:
kind: gitea