Skip to content

Commit

Permalink
feat: ajoute une github action pour assigner automatiquement les PRs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic authored Jun 14, 2024
1 parent c3b38ec commit 0f61f6a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: author

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- Shamzic
- jenovateurs
- yasmine-glitch

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0

0 comments on commit 0f61f6a

Please sign in to comment.