Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Dec 20, 2022
1 parent a9af3ab commit 70c4fe2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.2.0.0
# 1.2.0.2
# created: 02 Dec 2021
# updated: 30 Sep 2022
# updated: 25 Oct 2022
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

Expand All @@ -19,8 +19,8 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
# - uses: actions/first-interaction@latest
- uses: actions/first-interaction@v1.1.0
continue-on-error: true
- uses: actions/first-interaction@main
# continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Expand All @@ -39,7 +39,7 @@ jobs:
* <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 the issue
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.
Expand All @@ -54,13 +54,16 @@ jobs:
: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 either watch this repositiory for updates.
:vibration_mode: :eyes: Please watch and :star: this repositiory for updates.
All contributions under this repositiory's license, unless specific allowances have been made in advance with @zer0Kerbal.
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:
:point_right: [contributing](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md)
:point_right: our expected [code of conduct](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) (hint: we are all adults here)
:point_right: our [style guide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md)
* :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.'

0 comments on commit 70c4fe2

Please sign in to comment.