Skip to content

Implement Peer Recognition System - Allow team members to give kudos or positive feedback through the dashboard, accumulating kudos that lead to special recognition or rewards. #9262

Implement Peer Recognition System - Allow team members to give kudos or positive feedback through the dashboard, accumulating kudos that lead to special recognition or rewards.

Implement Peer Recognition System - Allow team members to give kudos or positive feedback through the dashboard, accumulating kudos that lead to special recognition or rewards. #9262

Workflow file for this run

name: Auto Assign
on:
issue_comment:
types: [created]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign Issues
uses: OWASP-BLT/BLT-Action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}