Close Inactive Issues #34
This file contains hidden or 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
| # | |
| # Copyright (c) 2025 Metaform Systems, Inc. | |
| # | |
| # 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 | |
| # | |
| # Contributors: | |
| # Metaform Systems, Inc. - initial API and implementation | |
| # | |
| name: Close Inactive Issues | |
| on: | |
| schedule: | |
| - cron: "30 1 * * *" # once a day (1:30 UTC) | |
| workflow_dispatch: # allow manual trigger | |
| jobs: | |
| trigger-workflow: | |
| uses: eclipse-edc/.github/.github/workflows/stale-bot.yml@main | |
| secrets: | |
| envGH: ${{ secrets.GITHUB_TOKEN }} |