AutorÃa | Ultima modificación | Ver Log |
name: 'Close Pull Requests'on:pull_request_target:types: openedworkflow_dispatch:jobs:close:# Avoid forks to run this jobif: github.repository_owner == 'moodle'name: Close Pull Requestsruns-on: ubuntu-lateststeps:- uses: dessant/repo-lockdown@v4with:process-only: prsclose-pr: trueskip-closed-pr-comment: truepr-comment: >**Please, don't open pull requests via GitHub.**This repository (moodle.git) at GitHub is just a mirror of the official Moodle repository.For how to contribute patches for Moodle see[CONTRIBUTING.md](https://github.com/moodle/moodle/blob/main/CONTRIBUTING.md).Closing this pull request.