-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Auto-assign PR to author not working #141
Comments
I can confirm this too! |
I just tried with the following # REF: https://probot.github.io/apps/auto-assign/
# 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:
- jonasbn
# 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
# A list of assignees, overrides reviewers if set
# assignees:
# - jonasbn
# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
# numberOfAssignees: 2 Note that I have quoted the keyword author. I look at the code, which either takes a First attempt was unsuccessful, since I only pushed the branch, the assignment was not made until the PR was created, which happened second time I tried. See the PR for details. |
Never mind the above test, is also works without the quotes. See my other PR for details |
I confirm this issue. If "quote" the author value works. |
Describe the bug
Auto-assignment on PR not working anymore. It used to work, and without any config changes it just stopped.
This is our config:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Author should be assigned to PR.
The text was updated successfully, but these errors were encountered: