Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matt t jung patch 1 #2

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: false
addReviewers: true

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

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- MattTJung
- MarkusSchilling
- BerndBayerlein

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
# A list of assignees, overrides reviewers if set
assignees:
- MattTJung
- MarkusSchilling
- BerndBayerlein

# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_assign_action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
types: [opened]

jobs:
add-reviews:
Expand Down