mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-21 16:38:43 +00:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
6c25ecda7a | ||
|
bf5ba29b13 |
4 changed files with 4 additions and 9 deletions
|
@ -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
|
||||||
|
|
|
@ -116,6 +116,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
export PATH=${{ github.action_path }}:$PATH
|
export PATH=${{ github.action_path }}:$PATH
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
function pr_destination_title() {
|
function pr_destination_title() {
|
||||||
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]} to ${options[destination_head]}"
|
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function pr_destination_body() {
|
function pr_destination_body() {
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"local>actions/renovate-config"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue