Skip to content

[ALGOS-265] feat(algos): Improve the algorithm LCC (Local Clustering Coefficient) #63

[ALGOS-265] feat(algos): Improve the algorithm LCC (Local Clustering Coefficient)

[ALGOS-265] feat(algos): Improve the algorithm LCC (Local Clustering Coefficient) #63

Workflow file for this run

# Automatically request reviews from other team members.
# See .github/auto_request_review.yml for configurations.
# See https://github.com/marketplace/actions/auto-request-review for more info.
name: Auto Request Review
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
auto-request-review:
runs-on: ubuntu-latest
steps:
- uses: necojackarc/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/auto_request_review.yml