Skip to content

Commit

Permalink
Create autoclean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jan 7, 2024
1 parent 2065baf commit 8e3afb5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/autoclean.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "Clean old releases"
on:
workflow_dispatch:
inputs:
armbian_upload:
type: choice
default: releases
description: 'Where to upload?'
required: false
options:
- workflow
- releases

jobs:

build:
name: Recreate action
runs-on: ubuntu-latest
steps:
- uses: sgpublic/[email protected]
with:
release-drop: true
release-keep-count: 3
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 8e3afb5

Please sign in to comment.