summaryrefslogtreecommitdiffstats
path: root/.github/workflows/closepr.yml
blob: 26fe76e190578c613b006073d0d7cccc817b4c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: "We do not accept PRs via github, please send your patchset to matthias.beyer@atos.net or publicly to ~matthiasbeyer/butido@lists.sr.ht."