Skip to content

Commit

Permalink
fixup! fixup! fixup! Update GitHub actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 24, 2024
1 parent 276f1fb commit caae927
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Set to true to add reviewers to pull requests
addReviewers: false

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

# A list of assignees, overrides reviewers if set
assignees:
- adamkudrna

# A number of assignees to add to the pull request.
# Set to 0 to add all assignees.
# Uses numberOfReviewers if not set.
numberOfAssignees: 0

0 comments on commit caae927

Please sign in to comment.