Initial commit

This commit is contained in:
2024-11-27 19:31:33 +01:00
commit 94c5331cd1
9 changed files with 20331 additions and 0 deletions

15
action.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Auto Rebase
description: Automatically rebase branches on another
author: Skydust
# Define your inputs here.
inputs:
branchesToIgnore:
description: The username
required: true
branchesToRebaseOn:
description: ""
runs:
using: 'node20'
main: 'dist/app.js'