Skip to content

Commit

Permalink
Merge pull request #166 from zer0Kerbal/2.0.99.4-prerelease
Browse files Browse the repository at this point in the history
Version 2.0.99.4-prerelease - `<Thank you NecroBones>` edition
  • Loading branch information
zer0Kerbal authored May 29, 2023
2 parents f3a60cc + 2ad8264 commit 738ea66
Show file tree
Hide file tree
Showing 83 changed files with 1,684 additions and 1,493 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: AVC .version file validation
on:
push:
branches:
- master
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand All @@ -23,9 +23,9 @@ jobs:
validate_version_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master
30 changes: 15 additions & 15 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@main
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@main

# Runs a single command using the runners shell
- uses: DaanV2/Markdown-Action-Create-Indexes@main
with:
folder: ${{github.workspace}}/docs/
filename: index.md
- uses: DaanV2/Markdown-Action-Create-Indexes@main
with:
folder: ${{github.workspace}}/docs/
filename: index.md

- name: Commit changes
continue-on-error: true
run: |
cd ${{github.workspace}}
git config --global user.email "39887717+zer0Kerbal@users.noreply.github.com"
git config --global user.name "zer0Kerbal"
git add .
git commit -m "auto: Generated markdown indexes"
git push
- name: Commit changes
continue-on-error: true
run: |
cd ${{github.workspace}}
git config --global user.email "39887717+zer0Kerbal@users.noreply.github.com"
git config --global user.name "zer0Kerbal"
git add .
git commit -m "auto: Generated markdown indexes"
git push
122 changes: 61 additions & 61 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,68 +14,68 @@ jobs:
greeting:
runs-on: ubuntu-latest
permissions: write-all
# actions: write
# actions: read|write|none
# checks: read|write|none
# contents: read|write|none
# deployments: read|write|none
# id-token: read|write|none
# issues: read|write|none
# discussions: read|write|none
# packages: read|write|none
# pages: read|write|none
# pull-requests: read|write|none
# repository-projects: read|write|none
# security-events: read|write|none
# statuses: read|write|none
# actions: write
# actions: read|write|none
# checks: read|write|none
# contents: read|write|none
# deployments: read|write|none
# id-token: read|write|none
# issues: read|write|none
# discussions: read|write|none
# packages: read|write|none
# pages: read|write|none
# pull-requests: read|write|none
# repository-projects: read|write|none
# security-events: read|write|none
# statuses: read|write|none
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
# - uses: actions/first-interaction@latest
- uses: actions/first-interaction@main
# continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
:+1: Thank you @${{ github.actor }} :octocat:
:question::grey_question:
Have you reviewed the open issues logs and recent changelogs?
In order to help us help you, please provide:
* <KSP_ROOT>/KSP.LOG
* and one of the following:
* if Module Manger is installed
* <KSP_ROOT>/GameData/ModuleManager.ConfigCache
* if Module Manger /L is installed
* <KSP_ROOT>/PluginData/ModuleManager/ConfigCache.cfg
* Screenshots of issue (if appropriate) (images tell a much stronger tale)
You can archive these files (rar or zip, sadly no 7zip) and drag-n-drop them into an issue comment
:vibration_mode::eyes:Please either watch this repositiory for updates.
:speech_balloon:Kindly read our simple guides to:
* [contributing](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md)
* our expected [code of conduct](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) (hint: we are all adults here)
* our [style guide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md)
These are boilerplate.'
pr-message: |
:+1: Thank you @${{ github.actor }}. :octocat:
:zap:
We (@zer0Kerbal) really do appreciate your contributing! :clap:
If you are fixing a bug, please reference the issue number in the description.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
:vibration_mode: :eyes: Please watch and :star: this repositiory for updates.
All contributions are under this repositiory's license, unless specific allowances have been made in advance with @zer0Kerbal.
* :speech_balloon: Kindly read our simple guides to:
* [contributing](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md)
* our expected [code of conduct](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) (hint: we are all adults here)
* our [style guide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md)
These are boilerplate.'
# continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
:+1: Thank you @${{ github.actor }} :octocat:
:question::grey_question:
Have you reviewed the open issues logs and recent changelogs?
In order to help us help you, please provide:
* <KSP_ROOT>/KSP.LOG
* and one of the following:
* if Module Manger is installed
* <KSP_ROOT>/GameData/ModuleManager.ConfigCache
* if Module Manger /L is installed
* <KSP_ROOT>/PluginData/ModuleManager/ConfigCache.cfg
* Screenshots of issue (if appropriate) (images tell a much stronger tale)
You can archive these files (rar or zip, sadly no 7zip) and drag-n-drop them into an issue comment
:vibration_mode::eyes:Please either watch this repositiory for updates.
:speech_balloon:Kindly read our simple guides to:
* [contributing](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md)
* our expected [code of conduct](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) (hint: we are all adults here)
* our [style guide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md)
These are boilerplate.'
pr-message: |
:+1: Thank you @${{ github.actor }}. :octocat:
:zap:
We (@zer0Kerbal) really do appreciate your contributing! :clap:
If you are fixing a bug, please reference the issue number in the description.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
:vibration_mode: :eyes: Please watch and :star: this repositiory for updates.
All contributions are under this repositiory's license, unless specific allowances have been made in advance with @zer0Kerbal.
* :speech_balloon: Kindly read our simple guides to:
* [contributing](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md)
* our expected [code of conduct](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) (hint: we are all adults here)
* our [style guide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md)
These are boilerplate.'
16 changes: 8 additions & 8 deletions .github/workflows/validate-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Config file validation
on:
push:
branches:
- master
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand All @@ -19,10 +19,10 @@ jobs:
name: Validate cfg files
runs-on: ubuntu-latest
steps:
- name: Checkout repo
# uses: actions/checkout@latest
uses: actions/checkout@main
with:
fetch-depth: 1
- name: Validate config files
uses: KSP-CKAN/KSPMMCfgParser@master
- name: Checkout repo
# uses: actions/checkout@latest
uses: actions/checkout@main
with:
fetch-depth: 1
- name: Validate config files
uses: KSP-CKAN/KSPMMCfgParser@master
26 changes: 13 additions & 13 deletions .imgbotconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"schedule": "weekly",
"ignoredFiles": [
"GameData/*",
"GameData/FTP/FuelTanksPlus/*",
"source/*",
"**/@thumbs/**",
"**/Agencies/**",
"**/Assets/**",
"**/Flags/**",
"**/FX/**",
"**/Icons/**",
"**/LegalMumboJumbo/**",
"**/PluginData/**",
"**/Textures/**",
"**/UI/**"
"GameData/*",
"GameData/FTP/FuelTanksPlus/*",
"source/*",
"**/@thumbs/**",
"**/Agencies/**",
"**/Assets/**",
"**/Flags/**",
"**/FX/**",
"**/Icons/**",
"**/LegalMumboJumbo/**",
"**/PluginData/**",
"**/Textures/**",
"**/UI/**"
],
"aggressiveCompression": "false",
"compressWiki": "true",
Expand Down
Loading

0 comments on commit 738ea66

Please sign in to comment.