1
Fork 0
ci-images/images/gitea
Lucas Schwiderski 0117863a20
chore(dep): Use exact version for request
Mostly a test to see how Renovate behaves here.
It updated from `0.11.0` to `0.12.0`, even though `0.12.7` was available
at that point. While this doesn't matter for Cargo, Renovate seems to
use `Cargo.toml` to calculate the changelog entries, not `Cargo.lock`.

So because `Cargo.toml` specified `0.11.0`, PR #60 showed changelogs for
all tags since then, even though `Cargo.lock` was at `0.11.27`. So there
were 27 pointless changelog entries shown.

So this test is to see whether Renovate will always use the `x.0`
version in `Cargo.toml`, or if having `0.12.7` now will trigger it to
eventually go to some `0.13.x`, where `x > 0`.
2024-09-09 10:54:24 +02: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 chore(deps): update alpine docker tag to v3.20.3 2024-09-06 22:30:10 +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.