We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dd04d commit 26dcc16Copy full SHA for 26dcc16
.github/workflows/PULL_REQUEST_TEMPLATE.md
@@ -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>
.github/workflows/close-pull-request.yml
@@ -0,0 +1,15 @@
+name: Close Pull Request
+on:
+ 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