WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Lock old issues and pull requests #7

Lock old issues and pull requests

Lock old issues and pull requests #7

Workflow file for this run

name: "Lock old issues and pull requests"
on:
schedule:
- cron: "0 9 1 * *"
permissions:
# Lock discussions.
discussions: write
# Lock issues.
issues: write
# Lock pull requests.
pull-requests: write
jobs:
lock:
uses: mdn/workflows/.github/workflows/lock-closed.yml@main
with:
target-repo: "mdn/content"