Skip to content

Commit 1dc4b4c

Browse files
committed
fix: ensure all workflows present on stable
1 parent 24a4c3d commit 1dc4b4c

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/auto-merge.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Generate README
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- stable
8+
9+
jobs:
10+
readme:
11+
permissions:
12+
contents: write
13+
uses: Slimefun5/workflows/.github/workflows/readme-addon.yaml@stable
14+
with:
15+
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)