mirror of
https://github.com/amix/vimrc
synced 2025-07-30 17:25:00 +08:00
Updated plugins
This commit is contained in:
20
sources_non_forked/copilot.vim/.github/workflows/auto-close-pr.yml
vendored
Normal file
20
sources_non_forked/copilot.vim/.github/workflows/auto-close-pr.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Auto-close PR
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
close:
|
||||
name: Run
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- run: |
|
||||
gh pr close ${{ github.event.pull_request.number }} --comment \
|
||||
"At the moment we are not accepting contributions to the repository.
|
||||
|
||||
Feedback for Copilot.vim can be given in the [Copilot community discussions](https://github.com/orgs/community/discussions/categories/copilot)."
|
||||
env:
|
||||
GH_REPO: ${{ github.repository }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user