Compare commits

..

3 commits
main ... v2.1.1

Author SHA1 Message Date
Michael Kriese
af62a3a589
fix: print origin pr url to dest pr body
Some checks failed
integration / integration (push) Has been cancelled
2024-12-09 13:22:16 +01:00
Earl Warren
e6f017654e
there may be more than one cascading PR from the same origin
and they are different because the destination head is different
2024-03-20 16:49:19 +01:00
Earl Warren
a26a113b00
also run the tests on v* branches
(cherry picked from commit 632b77ff09)
2024-02-19 14:00:26 +01:00
2 changed files with 2 additions and 8 deletions

View file

@ -9,12 +9,12 @@ on:
jobs: jobs:
integration: integration:
runs-on: lxc-bookworm runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- id: forgejo - id: forgejo
uses: https://code.forgejo.org/actions/setup-forgejo@v1.0.1 uses: https://code.forgejo.org/actions/setup-forgejo@v1
with: with:
user: root user: root
password: admin1234 password: admin1234

View file

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>actions/renovate-config"
]
}