Skip to content

implemented search functionality in profiles section #26

implemented search functionality in profiles section

implemented search functionality in profiles section #26

Workflow file for this run

name: 'Author Assign'
on:
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
types: [opened, reopened]
issues:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'