1
Fork 0
ci-images/images/gitea
2024-08-28 11:20:07 +02:00
..
shims gitea: Implement commit statuses 2023-11-23 11:39:12 +01:00
src feat(gitea): Improve error message on invalid config 2024-08-28 11:20:07 +02:00
.dockerignore feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
Cargo.lock fix(gitea): Update lock file 2024-08-28 09:43:43 +02:00
Cargo.toml Merge pull request 'fix(deps): update rust crate reqwest to 0.12.0' (#45) from renovate/reqwest-0.x into master 2024-08-28 07:38:31 +00:00
Dockerfile Add Gitea resource type 2024-08-27 16:51:26 +02:00
README.adoc feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
test.sh gitea: Implement package 2023-11-22 16:26:58 +01: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.