fixed-an-action #20

Merged
Philipp merged 9 commits from fixed-an-action into main 2023-11-24 19:40:48 +01:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit b98d76adf6 - Show all commits

View File

@ -3,6 +3,9 @@ name: Auto Maintenance Cycle
on:
schedule:
- cron: 0 1 * * *
push:
paths:
- .gitea\workflows\maintenance.yaml
workflow_dispatch:
jobs:

View File

@ -7,9 +7,6 @@ inputs:
branch:
description: Branch for which to create the PR
required: true
base_branch:
description: Branch in which should be mergbed. Defaults to main.
required: false
title:
description: Title of the pull request
required: true
@ -17,6 +14,9 @@ inputs:
description: Body of the pull request
required: false
default: Some default body!
base_branch:
description: Branch in which should be mergbed. Defaults to main.
required: false
assignees:
description: Comma-separated list of assignees for the pull request
required: false