File: close-pull-request.yml

package info (click to toggle)
php-symfony-contracts 3.5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: php: 2,426; makefile: 66
file content (20 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (532)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Close Pull Request

on:
  pull_request_target:
    types: [opened]

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
    - uses: superbrothers/close-pull-request@v3
      with:
        comment: |
          Thanks for your Pull Request! We love contributions.

          However, you should instead open your PR on the main repository:
          https://github.com/symfony/symfony

          This repository is what we call a "subtree split": a read-only subset of that main repository.
          We're looking forward to your PR there!