Update actions.
This commit is contained in:
parent
1c9d3972a7
commit
b98d76adf6
@ -3,6 +3,9 @@ name: Auto Maintenance Cycle
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * *
|
- cron: 0 1 * * *
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- .gitea\workflows\maintenance.yaml
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -7,9 +7,6 @@ inputs:
|
|||||||
branch:
|
branch:
|
||||||
description: Branch for which to create the PR
|
description: Branch for which to create the PR
|
||||||
required: true
|
required: true
|
||||||
base_branch:
|
|
||||||
description: Branch in which should be mergbed. Defaults to main.
|
|
||||||
required: false
|
|
||||||
title:
|
title:
|
||||||
description: Title of the pull request
|
description: Title of the pull request
|
||||||
required: true
|
required: true
|
||||||
@ -17,6 +14,9 @@ inputs:
|
|||||||
description: Body of the pull request
|
description: Body of the pull request
|
||||||
required: false
|
required: false
|
||||||
default: Some default body!
|
default: Some default body!
|
||||||
|
base_branch:
|
||||||
|
description: Branch in which should be mergbed. Defaults to main.
|
||||||
|
required: false
|
||||||
assignees:
|
assignees:
|
||||||
description: Comma-separated list of assignees for the pull request
|
description: Comma-separated list of assignees for the pull request
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user