mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-22 00:48:44 +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:
|
||||
integration:
|
||||
runs-on: lxc-bookworm
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v1.0.1
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v1
|
||||
with:
|
||||
user: root
|
||||
password: admin1234
|
||||
|
|
|
@ -116,6 +116,7 @@ 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]} to ${options[destination_head]}"
|
||||
echo "cascading-pr from ${options[origin_url]}/${options[origin_repo]} ${options[origin_head]}"
|
||||
}
|
||||
|
||||
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