Skip to content

Feat/diarization multi speaker uncertainty #1578

Feat/diarization multi speaker uncertainty

Feat/diarization multi speaker uncertainty #1578

Workflow file for this run

name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened, ready_for_review]
permissions:
issues: write
pull-requests: write
concurrency:
group: greetings-${{ github.event.issue.number || github.event.pull_request.number }}
cancel-in-progress: false
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Send first interaction message
if: github.event_name != 'pull_request_target' || github.event.pull_request.draft == false
uses: actions/first-interaction@v3
with:
repo_token: ${{ github.token }}
issue_message: |
👋 Welcome to **senselab**!
Thank you for your interest and contribution. **senselab** is a comprehensive Python package designed to process behavioral data, including voice and speech patterns, with a focus on reproducibility and robust methodologies.
Your issue will be reviewed soon. Stay tuned!
pr_message: |
🚀 **First Pull Request** 🎉
Welcome to **senselab**, and thank you for submitting your first pull request!
We’re thrilled to have your contribution. Our team will review it as soon as possible.
Stay engaged, and let’s make behavioral data analysis even more powerful together!