[ALGOS-265] feat(algos): Improve the algorithm LCC (Local Clustering Coefficient) #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |