1
Fork 0
ci-images/images/gitea
Lucas Schwiderski 1253c5c15f
All checks were successful
build/base Building image base
build/frp Building image frp
build/fluentd Building image fluentd
build/node-script Building image node-script
build/forgejo Building image forgejo
build/ruby-script Building image ruby-script
build/python-script Building image python-script
build/gotenberg Building image gotenberg
build/lua-clib Building image lua-clib
build/fava Building image fava
build/nextcloud Building image nextcloud
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
Merge pull request 'chore(deps): update rust docker tag to v1.84.0' (#144) from renovate/rust-1.x into master
Reviewed-on: #144
2025-01-16 10:58:57 +00:00
..
shims gitea: Implement commit statuses 2023-11-23 11:39:12 +01:00
src fix(gitea): Fix commit sha param 2024-08-28 11:26:09 +02:00
.dockerignore feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00
Cargo.lock fix(deps): update rust crate reqwest to 0.12.0 2024-09-09 07:45:35 +00:00
Cargo.toml chore(dep): Use exact version for request 2024-09-09 10:54:24 +02:00
Dockerfile Merge pull request 'chore(deps): update rust docker tag to v1.84.0' (#144) from renovate/rust-1.x into master 2025-01-16 10:58:57 +00: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.