[Idea]: Folia support for OpenInv #196

Closed
reabuc wants to merge 137 commits from master into master
66 changed files with 6018 additions and 1888 deletions
Showing only changes of commit 7903942b51 - Show all commits

View File

@@ -56,15 +56,15 @@ jobs:
- if: steps.changes.outputs.maven == 'true' - if: steps.changes.outputs.maven == 'true'
name: Approve name: Approve
uses: hmarr/auto-approve-action@v2.0.0 uses: hmarr/auto-approve-action@v2.0.0
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"
- if: steps.changes.outputs.maven == 'true' - if: steps.changes.outputs.maven == 'true'
name: Merge name: Merge
uses: pascalgn/automerge-action@v0.15.2 uses: pascalgn/automerge-action@v0.15.2
env: env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies" MERGE_LABELS: "dependencies"
MERGE_METHOD: "squash" MERGE_METHOD: "squash"
release: release:
name: Create Github Release name: Create Github Release