mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-21 16:38:43 +00:00
Compare commits
15 commits
Author | SHA1 | Date | |
---|---|---|---|
|
98b48e57d7 | ||
|
d6dc30aab8 | ||
|
1d5c353846 | ||
|
f072f7866d | ||
|
f461edbd25 | ||
|
1a1ee091b9 | ||
|
1555709278 | ||
|
e504bda0dc | ||
|
184ebe0397 | ||
|
ac3a1ea169 | ||
|
df9f617caf | ||
|
bd58cd8c9b | ||
|
632b77ff09 | ||
|
cfe5ef6817 | ||
|
cf57fd2dc4 |
4 changed files with 9 additions and 4 deletions
|
@ -9,12 +9,12 @@ on:
|
|||
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: self-hosted
|
||||
runs-on: lxc-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v1
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v1.0.1
|
||||
with:
|
||||
user: root
|
||||
password: admin1234
|
||||
|
|
|
@ -116,7 +116,6 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
export PATH=${{ github.action_path }}:$PATH
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ EOF
|
|||
}
|
||||
|
||||
function pr_destination_title() {
|
||||
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]}"
|
||||
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]} to ${options[destination_head]}"
|
||||
}
|
||||
|
||||
function pr_destination_body() {
|
||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>actions/renovate-config"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue