Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _A clear and concise description of what the bug is._
If possible, an example or snippet that reproduces the bug.

> Having a reproducible example highly reduces the time to resolution, allows others to participate, and avoids misunderstandings/communications cycles.
You can support by adjusting one of the [springwolf examples](https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples), so that it reproduces your scenario:
You can support by adjusting one of the [springwolf examples](https://github.com/springwolf/springwolf-core/tree/main/springwolf-examples), so that it reproduces your scenario:
> 1. Fork this repo (`springwolf-core`) in GitHub and `git clone` it
> 2. Adjust classes, etc. in one of the `springwolf-examples`
> 3. Push your local changes to a branch on your fork (`git commit`, `git push`)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL Advanced"

on:
# push:
# branches: [ "master" ]
# branches: [ "main" ]
# pull_request:
# branches: [ "master" ]
# branches: [ "main" ]
workflow_dispatch:
schedule:
- cron: '16 8 * * 5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/springwolf-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-addons
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./gradlew -p ${{ env.addon }} build

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.addon }} publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/springwolf-asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-asyncapi
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew -p springwolf-asyncapi build

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p springwolf-asyncapi publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/springwolf-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-bindings
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./gradlew -p ${{ env.binding }} build

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.binding }} publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/springwolf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-core
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
report_paths: '**/build/test-results/test/TEST-*.xml'

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p springwolf-core publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/springwolf-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-plugins
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
retention-days: 14

- name: Publish docker image
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.example }} dockerBuildImage dockerPushImage
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand All @@ -90,7 +90,7 @@ jobs:
ORG_GRADLE_PROJECT_DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.plugin }} publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/springwolf-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: springwolf-ui
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, ready_for_review ]
workflow_dispatch:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: [build]
permissions:
contents: write
Expand All @@ -80,7 +80,7 @@ jobs:
uses: gradle/actions/setup-gradle@v5

- name: Publish package
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.project }} publish
env:
ORG_GRADLE_PROJECT_SNAPSHOT: true
Expand All @@ -92,10 +92,10 @@ jobs:
ORG_GRADLE_PROJECT_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

- name: Build gh-pages
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./gradlew -p ${{ env.project }} buildPages
- name: Deploy to gh pages 🚀
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ${{ env.project }}/dist/springwolf-ui/
4 changes: 2 additions & 2 deletions .github/workflows/welcome-first-time-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const issueMessage = `Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/springwolf/springwolf-core/blob/master/CONTRIBUTING.md) and feel free to join us on discord.`;
const prMessage = `Welcome to Springwolf. Thanks a lot for creating your first pull request. Please check out our [contributors guide](https://github.com/springwolf/springwolf-core/blob/master/CONTRIBUTING.md) and feel free to join us on discord.`;
const issueMessage = `Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/springwolf/springwolf-core/blob/main/CONTRIBUTING.md) and feel free to join us on discord.`;
const prMessage = `Welcome to Springwolf. Thanks a lot for creating your first pull request. Please check out our [contributors guide](https://github.com/springwolf/springwolf-core/blob/main/CONTRIBUTING.md) and feel free to join us on discord.`;
if (!issueMessage && !prMessage) {
throw new Error('Action must have at least one of issue-message or pr-message set');
}
Expand Down
Loading
Loading