Merge remote-tracking branch 'upstream/general-devel' into net9-upgrade
This commit is contained in:
commit
df05e94226
15 changed files with 421 additions and 1293 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,3 +1,3 @@
|
|||
<!-- Warning: If you create a pull request and wish to remain anonymous, you are highly advised to use Tails (https://tails.boum.org/) or a fresh git environment. We will *not* be able to help with anonymization after your pull request has been created. -->
|
||||
|
||||
<!-- Warning: If you do not update the changelog, your pull request will be ignored and eventually closed, without comment, without any support, and without any opinion or interaction from the TShock team. This is your only warning. -->
|
||||
<!-- Put the text you want in the changelog in your PR body so we can add it to the changelog. -->
|
||||
|
|
|
|||
13
.github/workflows/wiki-notify.yml
vendored
Normal file
13
.github/workflows/wiki-notify.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Wiki Changed Discord Notification
|
||||
|
||||
on:
|
||||
gollum
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: 'oznu/gh-wiki-edit-discord-notification@dfc866fd048f04c239ad113eef3c6c73504d333e'
|
||||
with:
|
||||
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}
|
||||
ignore-collaborators: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue