1
Fork 0
ci-images/images/gitea
2024-08-27 15:00:34 +00:00
..
shims gitea: Implement commit statuses 2024-08-27 16:52:07 +02:00
src gitea: Implement commit statuses 2024-08-27 16:52:07 +02:00
.dockerignore feat(gitea): Add Gitea resource to fetch PRs 2024-08-27 16:52:02 +02:00
Cargo.lock fix(deps): update rust crate cli-table to v0.4.9 2024-08-27 15:00:34 +00:00
Cargo.toml gitea: Implement package 2024-08-27 16:52:05 +02:00
Dockerfile gitea: Implement package 2024-08-27 16:52:05 +02:00
README.adoc feat(gitea): Add Gitea resource to fetch PRs 2024-08-27 16:52:02 +02:00
test.sh gitea: Implement package 2024-08-27 16:52:05 +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.