Skip to content

show the PRs that a user has reviewed on their profile - similar to the show PRs on user profile #9619

show the PRs that a user has reviewed on their profile - similar to the show PRs on user profile

show the PRs that a user has reviewed on their profile - similar to the show PRs on user profile #9619

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