Skip to content

new: OpenClaw AI agent family detection rules #5228

new: OpenClaw AI agent family detection rules

new: OpenClaw AI agent family detection rules #5228

Workflow file for this run

name: Greet First-Time Contributors
on:
pull_request:
types:
- opened
issues:
types:
- opened
permissions:
issues: write
pull-requests: write
id-token: write
contents: read
jobs:
greeting:
name: Greet First-Time Contributors
if: github.event_name == 'issues' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
issue_message: |
Welcome :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)
Thanks for taking the time to open this issue, and welcome to the Sigma community! :smiley:
pr_message: |
Welcome :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/) 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: