Close Fork Pulls #70255
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 considered robot-only, with only our auto-update bot committing automated logs of activity on the CDN and in the KV store. | |
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! |