Close Fork Pulls #2745
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Close Fork Pulls | |
on: | |
schedule: | |
- cron: '*/30 * * * *' | |
jobs: | |
close-fork-pulls: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Fork Pulls | |
uses: peter-evans/close-fork-pulls@v1 | |
with: | |
comment: | | |
Hi there, | |
This repository is now considered robot-only, with only our auto-update bot committing new library version assets to it for use on the CDN. | |
If you are looking to contribute a new or updated package to cdnjs, please see our new [cdnjs/packages](https://github.com/cdnjs/packages) repository. | |
Thank you! |