Skip to content

Commit

Permalink
Redirect pull requests to iniparser/iniparser
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoellendorf committed May 15, 2024
1 parent 175d965 commit ce30f9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/disable-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "Please open pull requests aka. merge requests in [iniparser/iniparser](https://gitlab.com/iniparser/iniparser)."

0 comments on commit ce30f9d

Please sign in to comment.