diff --git a/.github/release.yml b/.github/release.yml index 1ced09256..a3f33ac57 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -7,24 +7,42 @@ changelog: categories: - title: New features labels: - - "enhancement" - - "help wanted" + - "Topic: Enhancement" + - "Topic: Help wanted" - title: In progress labels: - - "in progress" + - "Topic: In progress" - title: Translation updates labels: - - "translations" + - "Topic: Translations" - title: Bug fixes labels: - - "bug" - - "invaild" + - "Topic: Bug" + - "Topic: Invalid" - title: Removed features labels: - - "for remove" + - "Topic: For remove" - title: Dependencies labels: - - "dependencies" + - "Topic: Dependencies" + - title: Build system improvements + labels: + - "Topic: Build System" + - title: DLCs + labels: + - "Topic: DLCs" + - title: SDK + labels: + - "Topic: SDK" + - title: Linux + labels: + - "OS: Linux" + - title: Windows + labels: + - "OS: Windows" + - title: OSX + labels: + - "OS: OSX" - title: Other Changes labels: - "*" diff --git a/.github/workflows/godot-build-artifact.yml b/.github/workflows/godot-build-artifact.yml index fa85e5f55..985b1e317 100644 --- a/.github/workflows/godot-build-artifact.yml +++ b/.github/workflows/godot-build-artifact.yml @@ -7,9 +7,9 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: paths-ignore: .github/workflows/gdnative.yml - branches: [ main ] + branches-ignore: [ developer, sdk, 4.0 ] pull_request: - branches: [ main ] + branches-ignore: [ developer, sdk, 4.0 ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: