diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index 2de1609..5455f99 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -3,6 +3,9 @@ name: Auto Maintenance Cycle on: schedule: - cron: 0 1 * * * + push: + paths: + - .gitea\workflows\maintenance.yaml workflow_dispatch: jobs: diff --git a/action.yml b/action.yml index 788485e..8d2b9b1 100644 --- a/action.yml +++ b/action.yml @@ -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