fix(Liste des dépôts de besoin): Correction d'une erreur javascript pour éviter un bug sur la liste #312
Workflow file for this run
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
name: PR Auto Reviewers (team) & Assignee (author) | |
on: | |
pull_request: | |
types: [opened, ready_for_review, reopened] # will not run on drafts | |
jobs: | |
add-reviews: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] |