Skip to content

Lock old issues and pull requests #3

Lock old issues and pull requests

Lock old issues and pull requests #3

Workflow file for this run

name: "Lock old issues and pull requests"
on:
schedule:
- cron: "0 9 1 * *"
jobs:
lock:

Check failure on line 7 in .github/workflows/lock-closed.yml

View workflow run for this annotation

GitHub Actions / Lock old issues and pull requests

Invalid workflow file

The workflow is not valid. .github/workflows/lock-closed.yml (Line: 7, Col: 3): Error calling workflow 'mdn/workflows/.github/workflows/lock-closed.yml@main'. The workflow is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: mdn/workflows/.github/workflows/lock-closed.yml@main
with:
target-repo: "mdn/content"