Skip to content

Commit 26dcc16

Browse files
committed
add pull request facilities similar to php repo
1 parent 06dd04d commit 26dcc16

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**Please do not submit any pull requests here – they will be closed!**
2+
3+
This repository is a read-only subset of the Datastar monorepo. Please open your pull request there instead:
4+
<https://github.com/starfederation/datastar>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Close Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: superbrothers/close-pull-request@v3
12+
with:
13+
comment: |
14+
Thanks for your contribution! This repository is a read-only subset of the Datastar monorepo. Please open your pull request there instead:
15+
<https://github.com/starfederation/datastar>

0 commit comments

Comments
 (0)