Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 0 additions & 144 deletions .github/actions/deploy-versioned-pages/action.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/scripts/check_doc_tool_version.py

This file was deleted.

40 changes: 40 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# *******************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

name: Daily Maintenance

permissions:
contents: write
issues: write
pull-requests: write
pages: write
id-token: write

on:
# Runs every day at midnight UTC
schedule:
- cron: '0 0 * * *'

# On changes to this workflow file
pull_request:
branches:
- main
paths:
- '.github/workflows/daily.yml'

# Manually trigger the workflow from the GitHub UI
workflow_dispatch: {}

jobs:
maintenance:
uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@829b3e11ccbf924a5782f7bfed647cb1619fdf78 # v0.0.1
129 changes: 0 additions & 129 deletions .github/workflows/docs-cleanup.yml

This file was deleted.

Loading
Loading