Skip to content

Commit

Permalink
github: automatically close prs
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed May 14, 2024
1 parent 1e3ef88 commit ad0b71c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/close_prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 interest in contributing to river!
Unfortunately, you are in the wrong place. As stated in the README, this github repo is a read-only mirror and development happens on codeberg: https://codeberg.org/river/river.
Please open a pull request on codeberg instead.

0 comments on commit ad0b71c

Please sign in to comment.