Add shared workflows

This commit is contained in:
Brian Thomas Smith
2022-12-22 14:03:21 +01:00
parent 4e83c4d4b6
commit fb51e5d0a2
7 changed files with 180 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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"