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 24a4c3d commit 1dc4b4cCopy full SHA for 1dc4b4c
2 files changed
.github/workflows/auto-merge.yaml
@@ -0,0 +1,13 @@
1
+name: Auto Merge
2
+on:
3
+ push:
4
+ tags:
5
+ - '*'
6
+
7
+jobs:
8
+ merge:
9
+ permissions:
10
+ contents: write
11
+ uses: Slimefun5/workflows/.github/workflows/auto-merge.yaml@stable
12
+ with:
13
+ repository: ${{ github.repository }}
.github/workflows/readme.yaml
@@ -0,0 +1,15 @@
+name: Generate README
+ workflow_dispatch:
+ branches:
+ - stable
+ readme:
+ uses: Slimefun5/workflows/.github/workflows/readme-addon.yaml@stable
14
15
0 commit comments