This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3035 from JustEnoughLinuxOS/dev
PR for release
- Loading branch information
Showing
518 changed files
with
25,615 additions
and
12,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2022-present Fewtarius | ||
|
||
name: repo-clean | ||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
clean-dev-releases: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: dev-drprasad/delete-older-releases@v0.3.2 | ||
with: | ||
repo: JustEnoughLinuxOS/distribution | ||
keep_latest: 0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Oops, something went wrong.