Skip to content

Commit

Permalink
Add GitHub action to auto-close Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Sep 21, 2024
1 parent 614a431 commit 5c4015f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-close-prs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 🔒 Auto-close Pull Requests

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "👋 This repository does not accept pull requests. Please contribute on [Weblate](https://hosted.weblate.org/projects/actualbudget/) instead.

0 comments on commit 5c4015f

Please sign in to comment.