mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-30 13:53:43 +00:00
initial
This commit is contained in:
parent
c1016ee0f2
commit
7d02d44019
5 changed files with 223 additions and 51 deletions
16
README.md
16
README.md
|
@ -1,3 +1,17 @@
|
|||
# cascading-pr
|
||||
|
||||
Create a synchronize a PR is a dependent repository
|
||||
Create a synchronize a PR is a dependent repository
|
||||
|
||||
# Hacking
|
||||
|
||||
```sh
|
||||
git clone https://code.forgejo.org/actions/setup-forgejo
|
||||
export PATH=$(pwd)/setup-forgejo:$PATH
|
||||
git clone https://code.forgejo.org/actions/cascading-pr
|
||||
cd cascading-pr
|
||||
forgejo-curl.sh logout
|
||||
forgejo.sh teardown
|
||||
forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.21
|
||||
firefox http://$(cat forgejo-ip):3000
|
||||
.forgejo/run-test.sh --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue