Updating clear script release
This commit is contained in:
21
.gitea/workflows/auto-rebase.yml
Normal file
21
.gitea/workflows/auto-rebase.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Rebase Remote Branches
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
# Disable multiple workflows at the same time
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
jobs:
|
||||
rebase-branches:
|
||||
runs-on: skydust-runner
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Rebase
|
||||
uses: https://gitea.skydust.fr/actions/auto-rebase@main
|
||||
Reference in New Issue
Block a user