1
Fork 0
ci-images/images/gitea
Lucas Schwiderski 6d8afda5dd fix(gitea): Fix version data
Concourse only accepts strings for values in the version data.
2023-03-29 23:49:57 +02:00
..
shims/pr feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
src fix(gitea): Fix version data 2023-03-29 23:49:57 +02:00
.dockerignore feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
Cargo.lock fix(gitea): Fix version data 2023-03-29 23:49:57 +02:00
Cargo.toml fix(gitea): Fix version data 2023-03-29 23:49:57 +02:00
Dockerfile feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
README.adoc feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00

Gitea Concourse Resource

Actions

- 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.