Skip to content

Commit

Permalink
Merge branch 'master' into 1.1.0.0---Back-to-the-Pumpkin-Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Oct 17, 2021
2 parents 5091f55 + 6525237 commit da63468
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 1.1.0.0 - 13 Oct 2021
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

name: Greetings

on: [pull_request, issues, discussion]
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]

jobs:
greeting:
Expand All @@ -12,5 +13,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md'
pr-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md'
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md).\n These are boilerplate.'
pr-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md).\n These are boilerplate.'
Binary file added img/JackOLantern0_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion json/ksp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "KSP",
"labelColor": "darkblue",
"message": "1.0.0",
"message": "1.12.2",
"color": "66ccff",
"style": "plastic"
}

0 comments on commit da63468

Please sign in to comment.