From b98d76adf694214aaae68d7b295cd5f0c6f90a40 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 24 Nov 2023 17:42:31 +0100 Subject: [PATCH] Update actions. --- .gitea/workflows/maintenance.yaml | 3 +++ action.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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