1
Fork 0
ci-images/images/gitea/README.adoc

23 lines
431 B
Text

= Gitea Concourse Resource
== Actions
[source,yaml]
----
- name: prs
type: gitea-pr
icon: git
source:
access_token: ((my_cred.token))
repo: some-repo
owner: some_user_or_org
hostname: https://example.com
----
=== `check`
Returns the list of currently active pull requests
=== `in`
Writes information about the currently active pull requests to `$1/prs.json`, which can be consumed by a `load_var` step.