Skip to content

Display Badge and Streak Information on Profile Pages - Allow users to showcase earned badges and display a history of streaks and achievements prominently on their profile pages. #9259

Display Badge and Streak Information on Profile Pages - Allow users to showcase earned badges and display a history of streaks and achievements prominently on their profile pages.

Display Badge and Streak Information on Profile Pages - Allow users to showcase earned badges and display a history of streaks and achievements prominently on their profile pages. #9259

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 }}