mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
14 lines
388 B
YAML
14 lines
388 B
YAML
# 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"
|