Skip to content

Commit

Permalink
Merge PR #4605 from @nasbench - Revert Greetings Workflow
Browse files Browse the repository at this point in the history
chore: revert greetings workflow and update to 1.3.0
  • Loading branch information
nasbench authored Nov 30, 2023
1 parent 5638f89 commit 6e4644c
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
#name: Auto message for PR's and Issues
#
#on: [pull_request_target, issues]
#
#jobs:
# build:
# name: Hello new contributor
# runs-on: ubuntu-latest
# steps:
# - uses: actions/first-interaction@v1
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# issue-message: |-
# Welcome @${{github.actor}} :wave:
#
# It looks like this is your first issue on the Sigma rules repository!
#
# The following repository accepts issues related to `false positives` or 'rule ideas'.
#
# If you're reporting an issue related to the pySigma library please consider submitting it [here](https://github.com/SigmaHQ/pySigma)
#
# If you're reporting an issue related to the deprecated sigmac library please consider submitting it [here](https://github.com/SigmaHQ/legacy-sigmatools)
#
# Thanks for taking the time to open this issue, and welcome to the Sigma community! :smiley:
#
#
# pr-message: |-
# Welcome @${{github.actor}} :wave:
#
# It looks like this is your first pull request on the Sigma rules repository!
#
# Please make sure to read the [SigmaHQ conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/sigmahq_conventions.md) document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
#
# Thanks again, and welcome to the Sigma community! :smiley:
name: Auto message for PR's and Issues

on: [pull_request_target, issues]

jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |-
Welcome @${{github.actor}} :wave:
It looks like this is your first issue on the Sigma rules repository!
The following repository accepts issues related to `false positives` or 'rule ideas'.
If you're reporting an issue related to the pySigma library please consider submitting it [here](https://github.com/SigmaHQ/pySigma)
If you're reporting an issue related to the deprecated sigmac library please consider submitting it [here](https://github.com/SigmaHQ/legacy-sigmatools)
Thanks for taking the time to open this issue, and welcome to the Sigma community! :smiley:
pr-message: |-
Welcome @${{github.actor}} :wave:
It looks like this is your first pull request on the Sigma rules repository!
Please make sure to read the [SigmaHQ conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/sigmahq_conventions.md) document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the Sigma community! :smiley:

0 comments on commit 6e4644c

Please sign in to comment.