Initial commit

This commit is contained in:
2026-09-26 16:22:16 +02:00
commit d902dfa8c4
24 changed files with 3964 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Create new d-compat branch
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
permissions:
contents: write
jobs:
ci:
uses: discourse/.github/.github/workflows/create-d-compat-branch.yml@v1
+11
View File
@@ -0,0 +1,11 @@
name: Discourse Plugin
on:
push:
branches:
- main
pull_request:
jobs:
ci:
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1