ci(workflows): remove idle workflow (#603)

This commit is contained in:
Claas Augner
2025-10-17 10:48:28 +02:00
committed by GitHub
parent 07636b4ec9
commit 4421d5db72

View File

@@ -1,13 +0,0 @@
# This workflow is hosted at: https://github.com/mdn/workflows/blob/main/.github/workflows/idle.yml
# Docs for this workflow: https://github.com/mdn/workflows/blob/main/README.md#idle
name: "Label idle issues"
on:
schedule:
- cron: "0 8 * * *"
jobs:
mark-as-idle:
uses: mdn/workflows/.github/workflows/idle.yml@main
with:
target-repo: "mdn/webextensions-examples"